File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 run : |
1515 sudo apt update
1616 sudo apt install ninja-build
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 - name : Build and run tests
1919 env :
2020 CC : clang
2626 name : Ubuntu (make, gcc)
2727 runs-on : ubuntu-22.04
2828 steps :
29- - uses : actions/checkout@v3
29+ - uses : actions/checkout@v4
3030 - name : Build and run tests
3131 env :
3232 CC : gcc
4242 - name : Prepare
4343 run : |
4444 brew install cmake ninja
45- - uses : actions/checkout@v3
45+ - uses : actions/checkout@v4
4646 - name : Build and run tests
4747 run : |
4848 scripts/test.sh
5252 runs-on : windows-2022
5353 steps :
5454 -
uses :
microsoft/[email protected] 55- - uses : actions/checkout@v3
55+ - uses : actions/checkout@v4
5656 - name : Build and run tests
5757 run : |
5858 cmake .
You can’t perform that action at this time.
0 commit comments