Skip to content

Commit

Permalink
Try fix caching
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Apr 19, 2024
1 parent 6c84aef commit 0cf9970
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ jobs:
- name: Extract GnuCOBOL
shell: pwsh
run: 7z x $HOME\gnucobol-3.2.7z -ognucobol -y
run: |
ls $HOME
7z x $HOME\gnucobol-3.2.7z -ognucobol -y
ls $HOME
- name: Fetch CobolCheck
shell: pwsh
Expand Down

0 comments on commit 0cf9970

Please sign in to comment.