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:
|
jobs:
|
||||||
build-inkay:
|
build-inkay:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: debian-trixie
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- name: build toolchain container
|
- name: build toolchain container
|
||||||
run: docker build . -t builder
|
run: docker build . -t builder
|
||||||
- uses: ammaraskar/gcc-problem-matcher@master
|
- uses: https://github.com/ammaraskar/gcc-problem-matcher@master
|
||||||
- name: build Inkay
|
- name: build Inkay
|
||||||
run: docker run --rm -v ${PWD}:/app -w /app builder
|
run: docker run --rm -v ${PWD}:/app -w /app builder
|
||||||
- uses: actions/upload-artifact@v7
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: inkay
|
name: inkay
|
||||||
path: dist/
|
path: dis
|
||||||
|
t/
|
||||||
Loading…
Reference in a new issue