Skip to content

Commit 96c935f

Browse files
committed
part 10: can this work yet?? --no-bump
1 parent 0fa578b commit 96c935f

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

.github/workflows/debugbuild.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -61,27 +61,9 @@ jobs:
6161

6262
LINUX:
6363
name: Linux
64-
runs-on: blacksmith-4vcpu-ubuntu-2404
64+
runs-on: ubuntu-2204
6565
needs: VERSION_BUMP
66-
container:
67-
image: ubuntu:22.04
6866
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-
8567
- name: Checkout repository
8668
uses: actions/checkout@v4
8769
with:

0 commit comments

Comments
 (0)