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 5ceb4bc commit 538d856Copy full SHA for 538d856
.github/workflows/build.yaml
@@ -71,7 +71,7 @@ jobs:
71
sudo apt-mark hold firefox grub-efi-${{ matrix.arch == 'arm64' && 'arm64' || 'amd64' }}-signed
72
sudo apt update && sudo apt upgrade
73
sudo apt install lcov llvm
74
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
75
with:
76
python-version: '>=3.9'
77
- name: Install Ubuntu's Qt5
0 commit comments