Skip to content

Commit

Permalink
Hold firefox updates
Browse files Browse the repository at this point in the history
Because the upgrades are very slow, of no use to this project, and
lately have begun failing quite often.
  • Loading branch information
pcolby committed Oct 9, 2024
1 parent cc8b409 commit 545b27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
- name: Upgrade OS
run: |
sudo apt-mark hold grub-efi-amd64-signed
sudo apt-mark hold firefox grub-efi-amd64-signed
sudo apt update && sudo apt upgrade
sudo apt install lcov libfuse2 llvm
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -569,7 +569,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install lcov
run: |
sudo apt-mark hold grub-efi-amd64-signed
sudo apt-mark hold firefox grub-efi-amd64-signed
sudo apt update
sudo apt upgrade
sudo apt install lcov
Expand Down

0 comments on commit 545b27f

Please sign in to comment.