Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanuppal committed May 18, 2024
1 parent 6d983d6 commit 0a206a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install Dependencies
run: brew install nasm
run: pip3 install toml
run: brew install nasm && pip3 install toml
- name: Build
run: ./launch MAKE
- name: Test
Expand Down

0 comments on commit 0a206a6

Please sign in to comment.