diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 37305d2..5582908 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,6 +5,7 @@ on: branches: [ main ] pull_request: branches: [ main ] + workflow_dispatch: jobs: build: @@ -111,7 +112,7 @@ jobs: runs-on: ${{ matrix.config.platform }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up build environment run: docker run --rm --privileged multiarch/qemu-user-static:register --reset if: matrix.config.qemu == true