:: commit 9bc0f4580108ed03ee78d27278f5e8d984c9651e

Kamila Szewczyk <27734421+iczelia@users.noreply.github.com> — 2025-08-05 19:10

parents: 5bd9c5f3e7

update test file URLs

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c08d833..6e62896 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -52,8 +52,8 @@ jobs:
       run: |
         mkdir examples
         cd examples
-        wget https://github.com/kspalaiologos/bzip3/raw/${{ github.sha }}/examples/shakespeare.txt \
-             https://github.com/kspalaiologos/bzip3/raw/${{ github.sha }}/examples/shakespeare.txt.bz3
+        wget https://github.com/iczelia/bzip3/raw/${{ github.sha }}/examples/shakespeare.txt \
+             https://github.com/iczelia/bzip3/raw/${{ github.sha }}/examples/shakespeare.txt.bz3
     - name: Configure
       run: ./configure CC=${{ matrix.compiler }} --${{ matrix.feature }}
     - name: Make
@@ -82,8 +82,8 @@ jobs:
       run: |
         mkdir examples
         cd examples
-        wget https://github.com/kspalaiologos/bzip3/raw/${{ github.sha }}/examples/shakespeare.txt \
-             https://github.com/kspalaiologos/bzip3/raw/${{ github.sha }}/examples/shakespeare.txt.bz3
+        wget https://github.com/iczelia/bzip3/raw/${{ github.sha }}/examples/shakespeare.txt \
+             https://github.com/iczelia/bzip3/raw/${{ github.sha }}/examples/shakespeare.txt.bz3
     - uses: uraimo/run-on-arch-action@v2
       name: Run in the container
       with:
@@ -120,8 +120,8 @@ jobs:
       run: |
         mkdir examples
         cd examples
-        wget https://github.com/kspalaiologos/bzip3/raw/${{ github.sha }}/examples/shakespeare.txt \
-             https://github.com/kspalaiologos/bzip3/raw/${{ github.sha }}/examples/shakespeare.txt.bz3
+        wget https://github.com/iczelia/bzip3/raw/${{ github.sha }}/examples/shakespeare.txt \
+             https://github.com/iczelia/bzip3/raw/${{ github.sha }}/examples/shakespeare.txt.bz3
     - uses: uraimo/run-on-arch-action@v2
       name: Run in the container
       with:
tab: 248 wrap: offon