Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaj authored Dec 1, 2024
1 parent 9bb115d commit 6eea5bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Run Docker container to compile
- name: Run Docker container
uses: addnab/docker-run-action@v3
with:
image: quay.io/pypa/manylinux2014_x86_64
options: --user root

0 comments on commit 6eea5bb

Please sign in to comment.