ci: fix for fj actions
Some checks failed
ci.yml / ci: fix for fj actions (push) Failing after 0s
CodeQL Advanced / Analyze (actions) (push) Failing after 14s
CodeQL Advanced / Analyze (c-cpp) (push) Failing after 6s

This commit is contained in:
kittentm 2026-08-08 02:36:04 +02:00
commit bc2014fbe8

View file

@ -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/