Skip to content

Commit 226a307

Browse files
committed
update ci
1 parent ab82687 commit 226a307

1 file changed

Lines changed: 4 additions & 30 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -10,42 +10,16 @@ on:
1010
workflow_dispatch:
1111

1212
jobs:
13-
# deppkg:
14-
# runs-on: ubuntu-latest
15-
# steps:
16-
# - name: Check out repository
17-
# uses: actions/checkout@v4
18-
19-
# - name: Set up Zig
20-
# uses: mlugg/setup-zig@v2.0.5
21-
22-
# - name: setup zigpkg
23-
# uses: shrink/actions-docker-extract@v3
24-
# with:
25-
# image: "registry.gitlab.com/dasimmet/zig-container:latest"
26-
# path: /bin/zigpkg
27-
# destination: zig-out
28-
29-
# - name: create deppkg
30-
# run: ./zig-out/zigpkg deppkg create zig-out/deppkg.tar.gz
31-
32-
# - uses: actions/upload-artifact@v4
33-
# with:
34-
# name: deppkg
35-
# path: zig-out/deppkg.tar.gz
36-
# overwrite: false
37-
# include-hidden-files: false
38-
39-
build_with_zig_master:
40-
name: "Build with zig master"
13+
build_with_zig:
14+
name: "Build with zig"
4115
runs-on: ubuntu-latest
4216

4317
steps:
4418
- name: Check out repository
4519
uses: actions/checkout@v4
4620

4721
- name: Set up Zig
48-
uses: mlugg/setup-zig@v2.0.5
22+
uses: mlugg/setup-zig@v2.1.0
4923

5024
- name: Fetch Dependencies
5125
run: zig build --verbose --fetch
@@ -61,7 +35,7 @@ jobs:
6135

6236
- uses: actions/upload-artifact@v4
6337
with:
64-
name: zig_build_master
38+
name: zig_build
6539
path: zig-out
6640
overwrite: false
6741
include-hidden-files: false

0 commit comments

Comments
 (0)