Skip to content

Commit 0c476b1

Browse files
authored
Make sure setup is called during release (#1052)
1 parent 4681bd2 commit 0c476b1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
121121
- name: Restore the cache
122122
uses: ./.github/actions/ci-cache
123+
- run: ./scripts/setup.sh
123124
- run: ./scripts/artifacts.sh
124125
- uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
125126
id: attest

scripts/artifacts.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ i "Build web-client once for all supported targets"
6060

6161
i "Build the CLI for each supported target"
6262
TARGETS='
63+
i686-unknown-linux-gnu
6364
x86_64-unknown-linux-gnu
6465
'
6566
for target in $TARGETS; do

0 commit comments

Comments
 (0)