fix ci (#79)
This commit is contained in:
11
.github/workflows/steam_alpha.yml
vendored
11
.github/workflows/steam_alpha.yml
vendored
@@ -106,7 +106,7 @@ jobs:
|
||||
uses: awalsh128/cache-apt-pkgs-action@latest
|
||||
with:
|
||||
packages: libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
|
||||
version: 1.0
|
||||
version: 2
|
||||
|
||||
- uses: leafwing-studios/cargo-cache@v2
|
||||
with:
|
||||
@@ -189,11 +189,10 @@ jobs:
|
||||
run: |
|
||||
which cargo-xwin || cargo install --locked cargo-xwin
|
||||
|
||||
- name: "Install and cache dependencies (Windows)"
|
||||
uses: awalsh128/cache-apt-pkgs-action@latest
|
||||
with:
|
||||
packages: lld clang cmake ninja-build
|
||||
version: 1.0
|
||||
- name: install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y lld clang cmake ninja-build
|
||||
|
||||
- name: Build binaries (Windows)
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user