Skip to content

Commit

Permalink
trying some f2c
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbus committed Jun 10, 2024
1 parent 699e3e2 commit efe9db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install libraries # f2c, temporary
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
apt install f2c
sudo apt install f2c -y
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install f2c
fi
Expand Down

0 comments on commit efe9db8

Please sign in to comment.