We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa578b commit 96c935fCopy full SHA for 96c935f
1 file changed
.github/workflows/debugbuild.yml
@@ -61,27 +61,9 @@ jobs:
61
62
LINUX:
63
name: Linux
64
- runs-on: blacksmith-4vcpu-ubuntu-2404
+ runs-on: ubuntu-2204
65
needs: VERSION_BUMP
66
- container:
67
- image: ubuntu:22.04
68
steps:
69
- - name: Install basic dependencies in container
70
- run: |
71
- apt-get update
72
- apt-get install -y \
73
- build-essential \
74
- curl git unzip xz-utils zip \
75
- libglu1-mesa file jq \
76
- cmake ninja-build pkg-config \
77
- clang lld \
78
- libstdc++-11-dev \
79
- libgtk-3-dev \
80
- libayatana-appindicator3-dev \
81
- libmpv-dev \
82
- libasound2-dev \
83
- locate wget
84
-
85
- name: Checkout repository
86
uses: actions/checkout@v4
87
with:
0 commit comments