Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
traversebitree committed Feb 2, 2024
1 parent 2d450a6 commit d420b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install build tools
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
apt install autoconf automake autoconf-archive
sudo apt install autoconf automake autoconf-archive
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install autoconf automake autoconf-archive
fi
Expand Down

0 comments on commit d420b24

Please sign in to comment.