chore: sync master branch ci changes
All checks were successful
wups-CI / build-wups (push) Successful in 1m44s

This commit is contained in:
kittentm 2026-06-12 02:50:22 +02:00
commit 7adc3fc45f

View file

@ -4,15 +4,15 @@ on: push
jobs:
build-wups:
runs-on: ubuntu-22.04
runs-on: debian-trixie
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- 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 WUPS plugin
run: docker run --rm -v ${PWD}:/app -w /app builder
- uses: actions/upload-artifact@master
- uses: actions/upload-artifact@v3
with:
name: plugin
path: "*.wps"
path: "*.wps"