Skip to content

Commit 065d66b

Browse files
committed
Update from template
1 parent df13d6e commit 065d66b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI
22
on: [push, pull_request]
33
jobs:
44
check:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-22.04
66
container:
7-
image: librepcb/librepcb-cli:0.1.5
7+
image: librepcb/librepcb-cli:1.0.0-rc1
88
options: --entrypoint /bin/bash
99
steps:
1010
- uses: actions/checkout@v1
11-
- run: librepcb-cli open-library --all --strict .
11+
- run: librepcb-cli open-library --all --strict --minify-step .

0 commit comments

Comments
 (0)