Skip to content

Commit

Permalink
πŸ’š (CI): Use apt-get instead of apt-fast due to Ubuntu 24.04 update
Browse files Browse the repository at this point in the history
  • Loading branch information
YannLocatelli committed Jun 21, 2024
1 parent 4138802 commit fea6d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ runs:
- name: Install tools
shell: bash
run: |
sudo apt-fast update
sudo apt-fast install -y --no-install-recommends ninja-build ccache lcov gcovr zsh
sudo apt-get update
sudo apt-get install -y --no-install-recommends ninja-build ccache lcov gcovr zsh
- name: Cache ccache
id: global_cache-ccache
Expand Down

0 comments on commit fea6d2f

Please sign in to comment.