forked from PretendoNetwork/Inkay
ci: try to fix up to work (it prob wont)
This commit is contained in:
parent
00a75e94cb
commit
d01d322003
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -8,12 +8,12 @@ on:
|
|||
|
||||
jobs:
|
||||
build-inkay:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: debian-trixie
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- name: build toolchain container
|
||||
run: docker build . -t builder
|
||||
- uses: ammaraskar/gcc-problem-matcher@master
|
||||
- uses: https://github.com/ammaraskar/gcc-problem-matcher@master
|
||||
- name: build Inkay
|
||||
run: docker run --rm -v ${PWD}:/app -w /app builder
|
||||
- uses: actions/upload-artifact@v6
|
||||
|
|
|
|||
Loading…
Reference in a new issue