We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9e5a6 commit 5ffb6c7Copy full SHA for 5ffb6c7
.github/workflows/test.yml
@@ -16,6 +16,7 @@ jobs:
16
17
- name: Build, lint, and test
18
run: |
19
+ sudo apt-get update && sudo apt-get upgrade -y
20
sudo apt-get install -y software-properties-common
21
apt-add-repository -y 'deb https://archive.debian.org/debian bullseye-backports main'
22
sudo chown -R testbot .
0 commit comments