Skip to content

Commit e0b77e1

Browse files
committed
story-structs > staging: downgraded to v0.12.0 and reverted to goto-bus-stop
The alternative action failed with 502 http request errors
1 parent 7d05707 commit e0b77e1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/auto.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
just-version: "1.14.0"
4141

4242
- name: Action - install zig
43-
uses: mlugg/setup-zig@v1.2.0
43+
uses: goto-bus-stop/setup-zig@v2.2.0
4444
with:
45-
version: "0.13.0"
45+
version: "0.12.0"
4646

4747
- name: Setup - ping basic tools and perform pre-installation
4848
shell: bash

.github/workflows/manual.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
just-version: "1.14.0"
5454

5555
- name: Action - install zig
56-
uses: mlugg/setup-zig@v1.2.0
56+
uses: goto-bus-stop/setup-zig@v2.2.0
5757
with:
58-
version: "0.13.0"
58+
version: "0.12.0"
5959

6060
- name: Setup - ping basic tools and perform pre-installation
6161
shell: bash
@@ -110,9 +110,9 @@ jobs:
110110
just-version: "1.14.0"
111111

112112
- name: Action - install zig
113-
uses: mlugg/setup-zig@v1.2.0
113+
uses: goto-bus-stop/setup-zig@v2.2.0
114114
with:
115-
version: "0.13.0"
115+
version: "0.12.0"
116116

117117
- name: Setup - ping basic tools and perform pre-installation
118118
shell: bash

0 commit comments

Comments
 (0)