From 8f9d5ccdcef2b11d901a093ec5ad8799a74504c0 Mon Sep 17 00:00:00 2001 From: buthed010203 Date: Sat, 10 Jul 2021 21:29:19 -0400 Subject: [PATCH] open-cobol faster? --- .github/workflows/ohno.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ohno.yml b/.github/workflows/ohno.yml index 8f4ee1b..4e2705b 100644 --- a/.github/workflows/ohno.yml +++ b/.github/workflows/ohno.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - name: install cobol - run: sudo apt install -y gnucobol + run: sudo apt install open-cobol - name: compile cobol run: cobc -o ohno.cbl.out -x OHNO/ohno.cbl - name: cobol