fixing CI
This commit is contained in:
7
.github/workflows/Test.yml
vendored
7
.github/workflows/Test.yml
vendored
@@ -18,10 +18,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 24
|
node-version: 24
|
||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
uses: awalsh128/cache-apt-pkgs-action@latest
|
run: |
|
||||||
with:
|
apt update
|
||||||
packages: build-essential libgl1-mesa-dev
|
apt install -y libgl1
|
||||||
version: 1.0
|
|
||||||
|
|
||||||
- name: Building
|
- name: Building
|
||||||
run: zig build
|
run: zig build
|
||||||
|
|||||||
Reference in New Issue
Block a user