cannot use localhost in a container, obviously
Some checks failed
Build / build (push) Failing after 5s
Some checks failed
Build / build (push) Failing after 5s
This commit is contained in:
@@ -8,7 +8,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: wget http://localhost:8081/repository/ziglang.org/download/0.14.1/zig-x86_64-linux-0.14.1.tar.xz
|
- run: wget http://docker_host: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: mv zig-x86_64-linux-0.14.1/zig .zig
|
- run: mv zig-x86_64-linux-0.14.1/zig .zig
|
||||||
- run: ./zig build
|
- run: ./zig build
|
||||||
|
|||||||
Reference in New Issue
Block a user