Skip to content

Commit

Permalink
Remove unneeded if
Browse files Browse the repository at this point in the history
Signed-off-by: Taiju Yamada <tyamada@bi.a.u-tokyo.ac.jp>
  • Loading branch information
cielavenir committed Nov 12, 2024
1 parent 4c82e7c commit 9107215
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
- uses: actions/checkout@v2.3.4
- name: Install build dependencies (Linux)
run: sudo apt install nasm mingw-w64
if: runner.os == 'Linux'
- name: Build
shell: bash
run: |
Expand All @@ -79,7 +78,6 @@ jobs:
- uses: actions/checkout@v2.3.4
- name: Install build dependencies (Linux)
run: sudo apt install nasm mingw-w64
if: runner.os == 'Linux'
- name: Build
shell: bash
run: |
Expand Down

0 comments on commit 9107215

Please sign in to comment.