Skip to content

Commit

Permalink
Try install
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Apr 19, 2024
1 parent 1d8b313 commit e08e14e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@ jobs:
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5

- name: Setup COBOL
run: |
sudo apt-get update
sudo apt-get -y install curl tar libncurses5-dev libgmp-dev libdb-dev iproute2 ranger autoconf build-essential
sudo apt-get -y --purge autoremove
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=/usr && sudo make && sudo make install && sudo ldconfig
run: sudo apt update && sudo apt install -y gnucobol

- name: Fetch CobolCheck
run: bin/fetch-cobolcheck
Expand Down

0 comments on commit e08e14e

Please sign in to comment.