Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
open-cobol faster?
Browse files Browse the repository at this point in the history
  • Loading branch information
buthed010203 authored Jul 11, 2021
1 parent f5850ca commit 8f9d5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ohno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f9d5cc

Please sign in to comment.