Skip to content

Commit

Permalink
Merge branch 'main' of github.com:josephmcl/markov
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmcl committed Aug 5, 2024
2 parents c8b18ed + 790ecc3 commit fea159d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: configure
run: ./configure
- name: Install Bison
- name: 'Install Bison'
run: sudo apt install bison
- name: 'Create env file'
run: |
touch .env
echo cc="gcc" >> .env
echo bc="bison >> .env
echo CC="gcc" >> .env
echo BC="bison" >> .env
cat .env
- name: make
run: make
Expand Down

0 comments on commit fea159d

Please sign in to comment.