Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli authored Dec 4, 2023
1 parent 55ea98e commit b2158bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
opt-level: ['-O0', '-O1', '-O2', '-O3']
steps:
- uses: actions/checkout@v3
# TODO: document the commands to install the stuff
- run: brew install bash diffutils llvm@13
- run: make
- run: ./runtests.sh --verbose --jou-flags "${{ matrix.opt-level }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
push:
branches:
- main
# pull_request:
pull_request:

jobs:
# I created a zip file that contains mingw64, but with some large files deleted.
Expand Down

0 comments on commit b2158bd

Please sign in to comment.