We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f9426 commit 4833c84Copy full SHA for 4833c84
.github/workflows/linux-system.yml
@@ -23,6 +23,11 @@ jobs:
23
container: ubuntu:26.04
24
apt_prefix: ""
25
upload_artifacts: false
26
+ - os: ubuntu-24.04-arm
27
+ distribution: resolute
28
+ container: ubuntu:26.04
29
+ apt_prefix: ""
30
+ upload_artifacts: false
31
32
runs-on: ${{ matrix.os }}
33
container: ${{ matrix.container }}
@@ -73,7 +78,7 @@ jobs:
73
78
# Download required packages
74
79
cd ..
75
80
apt-get download casparcg-cef-142=$CASPARCG_CEF_VER
76
- apt-get download casparcg-scanner
81
+ apt-cache show casparcg-scanner &>/dev/null && apt-get download casparcg-scanner || true
77
82
env:
83
CI: 1
84
DEBIAN_FRONTEND: noninteractive
0 commit comments