fixing CI
This commit is contained in:
5
.github/workflows/Test.yml
vendored
5
.github/workflows/Test.yml
vendored
@@ -17,6 +17,11 @@ jobs:
|
|||||||
- uses: actions/setup-node@v6
|
- uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: 24
|
node-version: 24
|
||||||
|
- name: Install system dependencies
|
||||||
|
uses: awalsh128/cache-apt-pkgs-action@latest
|
||||||
|
with:
|
||||||
|
packages: libgl1-mesa-dev
|
||||||
|
version: 1.0
|
||||||
|
|
||||||
- name: Building
|
- name: Building
|
||||||
run: zig build
|
run: zig build
|
||||||
|
|||||||
Reference in New Issue
Block a user