Skip to content

Commit

Permalink
Lets try to install the x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
jkvargas committed May 6, 2024
1 parent f1f729b commit 94232b6
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 @@ -72,7 +72,7 @@ jobs:
sudo apt-get update
sudo apt-get install libassimp-dev
elif [ "$RUNNER_OS" == 'macOS' ]; then
brew install assimp
arch -x86_64 brew install assimp
elif [ "$RUNNER_OS" == 'Windows' ]; then
vcpkg install assimp
else
Expand Down

0 comments on commit 94232b6

Please sign in to comment.