Compare commits
1 Commits
6dadc8415b
...
1f0e3d0632
Author | SHA1 | Date | |
---|---|---|---|
1f0e3d0632 |
|
@ -4,7 +4,7 @@ name: default
|
|||
|
||||
steps:
|
||||
- name: make
|
||||
image: r.lerch.org/aws-zig-build:1
|
||||
image: alpine:3.15.0
|
||||
environment:
|
||||
USERNAME:
|
||||
from_secret: docker_username
|
||||
|
@ -15,7 +15,6 @@ steps:
|
|||
commands:
|
||||
- wget https://ziglang.org/download/0.9.0/zig-linux-x86_64-0.9.0.tar.xz
|
||||
- tar x -C /usr/local -f zig-linux-x86_64-0.9.0.tar.xz
|
||||
- rm /usr/local/bin/zig
|
||||
- ln -s /usr/local/zig-linux-x86_64-0.9.0/zig /usr/local/bin/zig
|
||||
- apk add git
|
||||
- (cd codegen && zig build test)
|
||||
|
|
Loading…
Reference in New Issue
Block a user