Skip to content

Commit

Permalink
Remove unwanted apt sources
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 5, 2020
1 parent 5488ac1 commit d75bf16
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rebuild-old.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ jobs:
java-version: 8
- run: java -version

- run: sudo apt update
- name: Install OS dependencies
run: sudo apt install fonts-liberation
run: |
sudo rm /etc/apt/sources.list.d/*.list
sudo apt update
sudo apt install fonts-liberation
- run: git --no-pager diff --check `git log --oneline | tail -1 | cut --fields=1 --delimiter=' '`
- run: ci/test-eof-newline
Expand Down

0 comments on commit d75bf16

Please sign in to comment.