-
Notifications
You must be signed in to change notification settings - Fork 6
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
- uses: actions/[email protected] | ||
- uses: ConorMacBride/install-package@v1 | ||
with: | ||
apt: nuget nasm curl zip unzip tar bison pkg-config libnuma-dev libopenmpi-dev libxi-dev libdbus-1-dev libx11-dev libx11-xcb-dev libxft-dev libxext-dev libxtst-dev libxrandr-dev | ||
apt: nuget nasm curl zip unzip tar bison pkg-config autopoint libnuma-dev libopenmpi-dev libxi-dev libdbus-1-dev libx11-dev libx11-xcb-dev libxft-dev libxext-dev libxtst-dev libxrandr-dev | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
|
@@ -65,4 +65,4 @@ jobs: | |
VCPKG_BINARY_SOURCES: "default" | ||
VCPKG_DOWNLOADS: "${{ runner.temp }}/vcpkg-downloads" | ||
VCPKG_DEFAULT_BINARY_CACHE: "${{ runner.temp }}/vcpkg-archives" | ||
|
||
|