Skip to content

Commit

Permalink
fix(ci): Install Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki WADA committed Apr 12, 2023
1 parent 55bf266 commit e8d6bd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
command: install
args: --version=${{ env.SCCACHE_VERSION }} --force sccache

- name: Install Deps
run: sudo apt install -y musl-tools build-essential

- name: Start sccache server
run: sccache --start-server

Expand Down

0 comments on commit e8d6bd6

Please sign in to comment.