Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jul 25, 2024
1 parent 29121c1 commit 8a64a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ runs:
if: runner.os == 'Windows'
shell: bash
- name: Install ccache, ninja (Linux)
run: sudo apt install ccache ninja-build
run: sudo apt-get install -y ccache ninja-build
if: runner.os == 'Linux'
shell: bash

0 comments on commit 8a64a0f

Please sign in to comment.