diff options
| author | jvoisin | 2025-10-28 16:19:15 +0100 |
|---|---|---|
| committer | jvoisin | 2025-10-28 16:21:49 +0100 |
| commit | d343089c0b7687ebe0a142941c12da7067a41d85 (patch) | |
| tree | 725374824ccf998045fb0e3571b01594aeee520d /.github/workflows/testsuite.yaml | |
| parent | 41d3081c4ac0a79a4ad292957ead84f8477eaa55 (diff) | |
Use dustri.org instead of musl.cc to download the toolchain
Diffstat (limited to '.github/workflows/testsuite.yaml')
| -rw-r--r-- | .github/workflows/testsuite.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/testsuite.yaml b/.github/workflows/testsuite.yaml index af06161..e292511 100644 --- a/.github/workflows/testsuite.yaml +++ b/.github/workflows/testsuite.yaml | |||
| @@ -23,7 +23,7 @@ jobs: | |||
| 23 | key: musl | 23 | key: musl |
| 24 | - name: Downloading musl-based toolchain | 24 | - name: Downloading musl-based toolchain |
| 25 | if: steps.cache-musl.outputs.cache-hit != 'true' | 25 | if: steps.cache-musl.outputs.cache-hit != 'true' |
| 26 | run: wget --quiet https://musl.cc/x86_64-linux-musl-native.tgz | 26 | run: wget --quiet https://dustri.org/x86_64-linux-musl-native.tgz |
| 27 | - name: Extracting musl-based toolchain | 27 | - name: Extracting musl-based toolchain |
| 28 | if: steps.cache-musl.outputs.cache-hit != 'true' | 28 | if: steps.cache-musl.outputs.cache-hit != 'true' |
| 29 | run: tar xzf ./x86_64-linux-musl-native.tgz | 29 | run: tar xzf ./x86_64-linux-musl-native.tgz |
| @@ -61,7 +61,7 @@ jobs: | |||
| 61 | key: musl | 61 | key: musl |
| 62 | - name: Downloading musl-based toolchain | 62 | - name: Downloading musl-based toolchain |
| 63 | if: steps.cache-musl.outputs.cache-hit != 'true' | 63 | if: steps.cache-musl.outputs.cache-hit != 'true' |
| 64 | run: wget --quiet https://musl.cc/x86_64-linux-musl-native.tgz | 64 | run: wget --quiet https://dustri.org/x86_64-linux-musl-native.tgz |
| 65 | - name: Extracting musl-based toolchain | 65 | - name: Extracting musl-based toolchain |
| 66 | if: steps.cache-musl.outputs.cache-hit != 'true' | 66 | if: steps.cache-musl.outputs.cache-hit != 'true' |
| 67 | run: tar xzf ./x86_64-linux-musl-native.tgz | 67 | run: tar xzf ./x86_64-linux-musl-native.tgz |
| @@ -95,7 +95,7 @@ jobs: | |||
| 95 | key: musl | 95 | key: musl |
| 96 | - name: Downloading musl-based toolchain | 96 | - name: Downloading musl-based toolchain |
| 97 | if: steps.cache-musl.outputs.cache-hit != 'true' | 97 | if: steps.cache-musl.outputs.cache-hit != 'true' |
| 98 | run: wget --quiet https://musl.cc/x86_64-linux-musl-native.tgz | 98 | run: wget --quiet https://dustri.org/x86_64-linux-musl-native.tgz |
| 99 | - name: Extracting musl-based toolchain | 99 | - name: Extracting musl-based toolchain |
| 100 | if: steps.cache-musl.outputs.cache-hit != 'true' | 100 | if: steps.cache-musl.outputs.cache-hit != 'true' |
| 101 | run: tar xzf ./x86_64-linux-musl-native.tgz | 101 | run: tar xzf ./x86_64-linux-musl-native.tgz |
