diff options
| -rw-r--r-- | .github/workflows/compat.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/compat.yaml b/.github/workflows/compat.yaml index 4bb3654..adcbb44 100644 --- a/.github/workflows/compat.yaml +++ b/.github/workflows/compat.yaml @@ -128,6 +128,8 @@ jobs: coin: [monero, wownero] runs-on: ubuntu-latest steps: + - name: Set up QEMU + uses: docker/setup-qemu-action@v3 - uses: actions/checkout@v4 with: fetch-depth: 0 |
