Skip to content

Commit

Permalink
Adding libxmu
Browse files Browse the repository at this point in the history
  • Loading branch information
jrincayc committed Mar 26, 2024
1 parent b9077f6 commit 98aec67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: install
run: sudo apt-get install libmotif-dev libxpm-dev gfortran xutils-dev libglx-dev libgl-dev
run: sudo apt-get install libmotif-dev libxpm-dev gfortran xutils-dev libglx-dev libgl-dev libxmu-dev
- name: build
run: cd sera1 && ./fullbuild
- name: make_all
Expand Down

0 comments on commit 98aec67

Please sign in to comment.