This commit is contained in:
parent
97bef88706
commit
7ee4d62d4a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
- 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@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue