From 2abb920fe8cc7757ba8d24008e4b8e04ceb742d7 Mon Sep 17 00:00:00 2001 From: Vinnie Magro Date: Fri, 12 Jul 2024 12:30:31 -0700 Subject: [PATCH] [ci] run in fedora container --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dadcc2bd486..cbeeb758679 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ defaults: jobs: test: runs-on: ubuntu-latest + container: fedora:40 steps: - uses: actions/checkout@v4 with: @@ -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