Skip to content

Commit

Permalink
Another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Apr 19, 2024
1 parent 57887f9 commit f91eab4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ jobs:
run: |
curl -sLk https://sourceforge.net/projects/open-cobol/files/gnu-cobol/3.1/gnucobol-3.1.2.tar.gz | tar xz
cd gnucobol-3.1.2 && ./configure --prefix=${HOME}/gnucobol && sudo make && sudo make install && sudo ldconfig
ls -al $HOME
ls -al $HOME/gnucobol
sudo chown $(whoami) -R ${HOME}/gnucobol
- name: Install CobolCheck
if: steps.cache-gnu-cobol.outputs.cache-hit != 'true'
Expand All @@ -60,4 +58,5 @@ jobs:
- name: Run tests for all exercises
run: |
ls -al $HOME/gnucobol/bin
export PATH=$HOME/gnucobol/bin:$PATH
bin/test

0 comments on commit f91eab4

Please sign in to comment.