Skip to content

Commit

Permalink
Merge pull request #24 from mrpippy/main
Browse files Browse the repository at this point in the history
CI improvements (use checkout v4, add workflow_dispatch trigger)
  • Loading branch information
ethomson authored Oct 18, 2024
2 parents ff43d4e + 8ffd177 commit 6009031
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6009031

Please sign in to comment.