try containerized ci (+1 squashed commits)

Squashed commits:

[fc53c200] try containerized ci (+1 squashed commits)

Squashed commits:

[4b48b0d5] try containerized ci
This commit is contained in:
Concedo 2025-04-04 17:10:43 +08:00
parent 4e740311fe
commit 57e12b73af
2 changed files with 12 additions and 4 deletions

View file

@ -8,6 +8,9 @@ env:
jobs:
linux:
runs-on: ubuntu-22.04
container:
image: ubuntu:20.04
options: --privileged
steps:
- name: Clone
id: checkout
@ -18,8 +21,9 @@ jobs:
- name: Dependencies
id: depends
run: |
sudo apt-get update
sudo apt-get install git curl bzip2
apt-get update
apt-get install -y sudo
sudo apt-get -y install git curl bzip2
- name: Build
id: make_build