Skip to content

Commit

Permalink
update pip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking committed Oct 7, 2022
1 parent 6bc22e0 commit 4f1310e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,16 @@ jobs:

runs-on: ubuntu-latest

container:
image: ghcr.io/halide/manylinux2014_${{ matrix.arch }}-llvm:${{ matrix.llvm-version }}
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3

- name: Log in to GitHub Container Registry
uses: docker/login-action@v2.0.0
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
Expand Down

0 comments on commit 4f1310e

Please sign in to comment.