Skip to content

Commit

Permalink
[ci] run in fedora container
Browse files Browse the repository at this point in the history
  • Loading branch information
vmagro committed Jul 12, 2024
1 parent a72ca60 commit 2abb920
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ defaults:
jobs:
test:
runs-on: ubuntu-latest
container: fedora:40
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -25,7 +26,7 @@ jobs:
sudo chown -R $(id -u):$(id -g) antlir2-out
- name: Install deps
run: |
sudo apt install \
sudo dnf install -y \
cpio jq libcap-dev systemd-container
- name: Disable watchman
Expand Down

0 comments on commit 2abb920

Please sign in to comment.