Merge pull request #74 from PretendoNetwork/dependabot/github_actions/actions/checkout-5
Some checks failed
Inkay-CI / build-inkay (push) Has been cancelled

This commit is contained in:
Ash 2025-10-13 10:25:05 +11:00 committed by GitHub
commit e3ff447fa6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ jobs:
build-inkay:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: build toolchain container
run: docker build . -t builder
- uses: ammaraskar/gcc-problem-matcher@master