This commit is contained in:
Emilia Allison 2023-12-30 12:42:44 -05:00
parent bb78573112
commit ca90dc1f93
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
1 changed files with 5 additions and 1 deletions

View File

@ -10,4 +10,8 @@ jobs:
runs-on: linux_arm runs-on: linux_arm
steps: steps:
- run: echo "Preparing to compile plate-tool" - run: echo "Preparing to compile plate-tool"
- uses: actions/checkout@v4 - name: Check out repo code
uses: https://github.com/actions/checkout@v4
with:
ref: "beta-release"