File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 name : ${{matrix.os}} (${{matrix.compiler}}, ${{matrix.defines}})
2020 runs-on : ${{matrix.os}}-latest
2121 steps :
22- - uses : actions/checkout@v1
22+ - uses : actions/checkout@v4
2323 - name : make test
2424 run : |
2525 export CXX=${{matrix.compiler}}
4141 name : ${{matrix.os}} cmake
4242 runs-on : ${{matrix.os}}-latest
4343 steps :
44- - uses : actions/checkout@v1
44+ - uses : actions/checkout@v4
4545 - name : cmake configure
4646 run : |
4747 mkdir cmake && cd cmake
5757 arch : [Win32, x64]
5858 defines : [standard, PUGIXML_WCHAR_MODE, PUGIXML_COMPACT, PUGIXML_NO_EXCEPTIONS]
5959 steps :
60- - uses : actions/checkout@v1
60+ - uses : actions/checkout@v4
6161 - name : cmake configure
6262 run : cmake . -DPUGIXML_BUILD_TESTS=ON -D${{matrix.defines}}=ON -A ${{matrix.arch}}
6363 - name : cmake test
You can’t perform that action at this time.
0 commit comments