diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e438294..50775c54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,15 @@ jobs: runs-on: ubuntu-latest + container: + image: archlinux:base + options: -w /build + volumes: + - ${{ github.workspace }}:/build + steps: + - run: pacman --noconfirm -Syu base-devel git python-tox + - uses: actions/checkout@v4 - name: Extract version @@ -27,10 +35,6 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} filter: 'Release \d+\.\d+\.\d+' - - uses: ConorMacBride/install-package@v1.1.0 - with: - apt: tox - - name: Create archive run: tox -e archive env: