Skip to content

Commit

Permalink
Fix trying to setup qemu on non-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed May 16, 2024
1 parent 7d12016 commit 9cb9b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/angr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
if: startsWith(matrix.os, 'ubuntu')
uses: docker/setup-qemu-action@v3
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
if: startsWith(matrix.os, 'ubuntu')
- name: Download sdists
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 9cb9b84

Please sign in to comment.