Skip to content

Commit

Permalink
Updated github workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
faressc committed Jun 17, 2024
1 parent 8adcb55 commit 1b6bdb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
if [ "${{ matrix.name }}" == "macOS" ]; then
brew install osxutils ninja
elif [ "${{ matrix.name }}" == "Windows" ]; then
choco install
echo "No dependencies needed for Windows"
elif [ "${{ matrix.name }}" == "Linux" ]; then
sudo apt-get update && sudo apt install libasound2-dev libx11-dev libxcomposite-dev libxcursor-dev libxext-dev libxinerama-dev libxrandr-dev libxrender-dev ninja-build
else
Expand All @@ -86,7 +86,7 @@ jobs:

# We cache the build to speed up the build process
- name: cache the build
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].5

# Typical cmake configuration with default generator
# With DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" we can build universal binaries for apple computers
Expand Down

0 comments on commit 1b6bdb3

Please sign in to comment.