We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a5c4f commit c107892Copy full SHA for c107892
1 file changed
.github/workflows/linux-build.yml
@@ -9,6 +9,7 @@ on:
9
10
jobs:
11
build:
12
+ # TODO remove the fixes below after switching to 24.04
13
runs-on: ubuntu-22.04
14
strategy:
15
matrix:
@@ -32,6 +33,11 @@ jobs:
32
33
remove-haskell: true
34
remove-codeql: true
35
remove-docker-images: true
36
+ - name: FIXES
37
+ run: |
38
+ wget http://launchpadlibrarian.net/722628031/libarchive-tools_3.7.2-2_amd64.deb
39
+ sudo apt install -y ./libarchive-tools*.deb
40
+ shell: bash
41
- uses: actions/checkout@v3
42
with:
43
fetch-depth: 0
0 commit comments