mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-13 02:12:22 -06:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fa1a0175b0 | |||
| 85edb18380 |
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
@@ -44,18 +44,16 @@ jobs:
|
|||||||
- name: Cache vcpkg
|
- name: Cache vcpkg
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
save-always: true # deprecated
|
|
||||||
path: target/vcpkg
|
path: target/vcpkg
|
||||||
key: vcpkg-${{ runner.os }}-${{ matrix.target }}-${{ hashFiles('Cargo.toml', 'Cargo.lock') }}
|
key: A-vcpkg-${{ runner.os }}-${{ matrix.target }}-${{ hashFiles('Cargo.toml', 'Cargo.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-vcpkg
|
A-vcpkg-${{ runner.os }}-${{ matrix.target }}-
|
||||||
vcpkg-${{ runner.os }}-${{ matrix.target }}-
|
|
||||||
|
|
||||||
- name: Vcpkg Linux Dependencies
|
- name: Vcpkg Linux Dependencies
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y build-essential gettext libltdl-dev zlib1g-dev
|
sudo apt-get install -y libltdl-dev
|
||||||
|
|
||||||
- name: Vcpkg
|
- name: Vcpkg
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user