Skip to content

Commit

Permalink
Sanitize on void linux
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm committed Nov 10, 2023
1 parent 9f75adf commit 03130c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 39 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,21 @@ jobs:
sanitize:
needs: [lint]

runs-on: ubuntu-22.04
runs-on: ubuntu-latest
container:
image: "ghcr.io/void-linux/void-musl-full:latest"

env: { CXX: clang++-15 }
env: { CXX: clang++ }

steps:
- uses: actions/checkout@v3

- name: Install Deps
run: |
sudo apt-get update -q
sudo apt-get install ninja-build clang-15 -q -y
xbps-install -Suy || xbps-install -u xbps
xbps-install -yu
xbps-install -y ninja clang
- name: Checkout
uses: classabbyamp/treeless-checkout-action@v1

- name: Configure
run: >-
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/manual.yml

This file was deleted.

0 comments on commit 03130c4

Please sign in to comment.