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 2d4ebc9 commit 1c3d4d8Copy full SHA for 1c3d4d8
.github/workflows/release.yml
@@ -31,6 +31,7 @@ jobs:
31
32
- name: Build + Lint + Test
33
run: |
34
+ sudo apt-get update && sudo apt-get upgrade -y
35
sudo apt-get install -y software-properties-common
36
apt-add-repository -y 'deb https://archive.debian.org/debian bullseye-backports main'
37
sudo chown -R testbot .
0 commit comments