Skip to content

Commit

Permalink
Install older version
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Jul 5, 2023
1 parent 35c3b54 commit 674f638
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2


- name: Cache GnuCOBOL
id: cache-gnu-cobol
uses: actions/cache@v3
with:
path: ~\gnucobol-3.2-dev.zip
key: ${{ runner.os }}-gnu-cobol-3.2
path: ~\gnu-cobol-3.1.2.7z
key: ${{ runner.os }}-gnu-cobol-3.1.2

- name: Download GnuCOBOL
if: steps.cache-gnu-cobol.outputs.cache-hit != 'true'
Expand All @@ -46,11 +45,11 @@ jobs:
MaximumRetryCount = 3
RetryIntervalSec = 1
}
Invoke-WebRequest -Uri 'https://ci.appveyor.com/api/projects/GitMensch/gnucobol-3-x-win32-posix/artifacts/gnucobol-3.2-dev-MinGW-binaries%20(debug).zip?job=Environment:%20BUILD_TYPE=MSYS,%20BUILD_BIN=C:\MinGW\msys\1.0\bin' -OutFile ~\gnucobol-3.2-dev.zip @requestOpts
Invoke-WebRequest -Uri 'https://arnoldtrembley.com/GC312-BDB-M64-rename-7z-to-exe.7z' -OutFile ~\gnu-cobol-3.1.2.7z @requestOpts
- name: Extract GnuCOBOL
shell: pwsh
run: Expand-Archive ~\gnucobol-3.2-dev.zip -DestinationPath gnucobol -Force
run: Expand-Archive ~\gnu-cobol-3.1.2.7z -DestinationPath gnucobol -Force

- name: Run tests for all exercises
shell: pwsh
Expand Down

0 comments on commit 674f638

Please sign in to comment.