Skip to content

Commit 9d78945

Browse files
authored
Update release.yml
1 parent 590afaa commit 9d78945

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/release.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,19 @@ jobs:
243243
${{ steps.artifacts.outputs.file_name }}
244244
${{ steps.man.outputs.foundry_man }}
245245
246+
- name: Test Foundry Linux Musl AMD64
247+
if: matrix.target == 'x86_64-unknown-linux-musl'
248+
env:
249+
VERSION_NAME: ${{ (env.IS_NIGHTLY == 'true' && 'nightly') || needs.prepare.outputs.tag_name }}
250+
shell: bash
251+
run: |
252+
uname -s
253+
uname -m
254+
curl -L https://raw.githubusercontent.com/soul022/foundry-revive-testing/refs/heads/master/foundryup/install | bash
255+
foundryup --install "$VERSION_NAME"
256+
forge
257+
cast
258+
246259
cleanup:
247260
name: Release cleanup
248261
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)