Skip to content

Commit

Permalink
Run CI tests in a container
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Apr 8, 2024
1 parent 597bd4d commit c12335a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ name: CI Linux
jobs:
build:
runs-on: ubuntu-latest
container:
image: debian:latest
steps:
- name: Install dependencies
run: |
export DEBIAN_FRONTEND=noninteractive
sudo apt-get update
sudo apt-get install -y --no-install-recommends build-essential curl ca-certificates libssl-dev libgtk-4-dev xvfb
apt-get update
apt-get install -y --no-install-recommends build-essential curl ca-certificates libssl-dev libgtk-4-dev xvfb
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: Build
Expand Down

0 comments on commit c12335a

Please sign in to comment.