Skip to content

Commit

Permalink
CI: macos: sudo!
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Sep 9, 2024
1 parent bea139f commit 26e3e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,14 @@ jobs:
cd mxml-3.3.1
./configure
make
make install
sudo make install
cd ..
#
echo "Installing vfgen"
cd cmake_build
cmake ../src
make
make install
sudo make install
cd ..
- name: test_help
run: |
Expand Down

0 comments on commit 26e3e5c

Please sign in to comment.