From 261ee77f728b9fb25568aec283e80472afdc2d8b Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Fri, 2 Jun 2023 13:14:42 +0200 Subject: [PATCH] Fix Windows testsuite for self-built alr (#1387) --- .github/workflows/ci-toolchain.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-toolchain.yml b/.github/workflows/ci-toolchain.yml index 4ff78500..b54d8187 100644 --- a/.github/workflows/ci-toolchain.yml +++ b/.github/workflows/ci-toolchain.yml @@ -36,7 +36,7 @@ jobs: - name: Install FSF toolchain uses: alire-project/alr-install@v1 with: - crates: gnat_native gprbuild + crates: gnat_native gprbuild - name: Build alr with default toolchain shell: bash @@ -44,7 +44,7 @@ jobs: # We can start using the alr we just built - - name: Update dependencies + - name: Update dependencies run: ./bin/alr -n update - name: Show dependencies/pins @@ -54,7 +54,7 @@ jobs: run: ./bin/alr -n printenv - shell: bash - run: mv ./bin ./bin-old + run: mv ./bin ./bin-old # Windows doesn't allow to replace a running exe so the next command fails otherwise - name: SELF-BUILD @@ -75,4 +75,5 @@ jobs: run: pip install --upgrade e3-testsuite - name: Run testsuite - run: cd testsuite; ./run.py -E \ No newline at end of file + run: cd testsuite; ./run.py -E + shell: bash \ No newline at end of file -- 2.39.5