-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|