File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 - ' labs/opltestiso/**'
88 workflow_dispatch :
99
10+ env :
11+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
12+
1013jobs :
1114 build-opltestiso :
1215 runs-on : ubuntu-latest
1316 container : ps2dev/ps2dev:latest
1417 steps :
15- - name : Install dependencies
16- run : apk add build-base git zip cdrkit
18+ - name : Install dependencies
19+ run : apk add build-base git zip cdrkit
1720
18- - name : git checkout
19- uses : actions/checkout@v5
21+ - name : git checkout
22+ uses : actions/checkout@v5
2023
21- - run : |
22- git config --global --add safe.directory "$GITHUB_WORKSPACE"
23- git fetch --prune --unshallow
24+ - run : |
25+ git config --global --add safe.directory "$GITHUB_WORKSPACE"
26+ git fetch --prune --unshallow
2427
25- - name : make ISO
26- run : |
28+ - name : make ISO
29+ run : |
2730 cd labs/opltestiso/
2831 make iso
2932
30- - name : Upload release artifact ISO
31- uses : actions/upload-artifact@v6
32- with :
33- name : OPLTESTISO
34- path : |
35- labs/opltestiso/*.iso
33+ - name : Upload release artifact ISO
34+ uses : actions/upload-artifact@v6
35+ with :
36+ name : OPLTESTISO
37+ path : |
38+ labs/opltestiso/*.iso
Original file line number Diff line number Diff line change 1-
21name : CI-format-check
32
43on :
1514 - ' .github/workflows/check-format.yml'
1615 - ' .clang-format'
1716
17+ env :
18+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
19+
1820jobs :
1921 check-format :
2022 runs-on : ubuntu-latest
2123
2224 steps :
23- - uses : actions/checkout@v5
24- - uses : DoozyX/clang-format-lint-action@v0.18.2
25- with :
26- source : ' .'
27- extensions : ' h,c'
28- clangFormatVersion : 12
29- inplace : False
25+ - uses : actions/checkout@v5
26+ - uses : DoozyX/clang-format-lint-action@v0.18.2
27+ with :
28+ source : ' .'
29+ extensions : ' h,c'
30+ clangFormatVersion : 12
31+ inplace : False
You can’t perform that action at this time.
0 commit comments