Skip to content

Commit

Permalink
CI: Update and upgrade with apt
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Oct 14, 2024
1 parent 0d5b937 commit 3538fe3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: Get dependencies
run: |
echo 'APT::Get::Always-Include-Phased-Updates "false";' | sudo tee /etc/apt/apt.conf.d/99-phased-updates
# If GitHub has updates the runner often enough, updating and upgrading
# should not be necessary.
# sudo apt-get update && sudo apt-get upgrade
sudo apt update
sudo apt remove -y firefox # save some time during upgrade
sudo apt upgrade -y
sudo mk/linux/setupBuildDeps.sh
- name: Build
run: |
Expand Down

0 comments on commit 3538fe3

Please sign in to comment.