comment unneeded (for now) env vars
All checks were successful
Generic zig build / build (push) Successful in 31s
All checks were successful
Generic zig build / build (push) Successful in 31s
This commit is contained in:
parent
c77502d90f
commit
cf8590e3ee
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -6,8 +6,8 @@ on:
|
||||||
- '*'
|
- '*'
|
||||||
- '!zig-develop*'
|
- '!zig-develop*'
|
||||||
env:
|
env:
|
||||||
ACTIONS_RUNTIME_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# ACTIONS_RUNTIME_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
ACTIONS_RUNTIME_URL: ${{ env.GITHUB_SERVER_URL }}/api/actions_pipeline/
|
# ACTIONS_RUNTIME_URL: ${{ env.GITHUB_SERVER_URL }}/api/actions_pipeline/
|
||||||
WASMTIME_BACKTRACE_DETAILS: 1
|
WASMTIME_BACKTRACE_DETAILS: 1
|
||||||
WASMTIME_NEW_CLI: 0
|
WASMTIME_NEW_CLI: 0
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user