This commit is contained in:
@@ -6,8 +6,11 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- run: printenv
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-tags: ''
|
||||||
- run: wget http://172.17.0.1:8081/repository/ziglang.org/download/0.14.1/zig-x86_64-linux-0.14.1.tar.xz
|
- run: wget http://172.17.0.1:8081/repository/ziglang.org/download/0.14.1/zig-x86_64-linux-0.14.1.tar.xz
|
||||||
- run: tar xfv zig-x86_64-linux-0.14.1.tar.xz
|
- run: tar xfv zig-x86_64-linux-0.14.1.tar.xz
|
||||||
- run: ./zig-x86_64-linux-0.14.1/zig build -Doptimize=ReleaseSmall
|
- run: ./zig-x86_64-linux-0.14.1/zig build -Doptimize=ReleaseSmall
|
||||||
|
|||||||
Reference in New Issue
Block a user