Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tjira committed Oct 24, 2024
1 parent 47267d0 commit 8f404f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Necessary Packages
run: sudo apt install libwayland-dev libxkbcommon-dev xorg-dev
run: sudo apt install libopenblas-dev libwayland-dev libxkbcommon-dev xorg-dev

- name: Download Artifacts
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: pip install typing-extensions

- name: Download and Compile Libraries
run: ./script/general/library.sh STATIC 2
run: ./script/general/library.sh SHARED 2

- name: Remove Redundant Files
run: rm -rf external/lib/cmake external/lib/pkgconfig external/lib/*.la external/include/*.f03
Expand Down

0 comments on commit 8f404f3

Please sign in to comment.