forked from PretendoNetwork/Inkay
ci: fix for fj actions
This commit is contained in:
parent
04bbcbfda9
commit
bc2014fbe8
1 changed files with 5 additions and 4 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -8,15 +8,16 @@ on:
|
|||
|
||||
jobs:
|
||||
build-inkay:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: debian-trixie
|
||||
steps:
|
||||
- uses: actions/checkout@v7
|
||||
- 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@v7
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: inkay
|
||||
path: dist/
|
||||
path: dis
|
||||
t/
|
||||
Loading…
Reference in a new issue