File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
linux :
6
6
runs-on : ubuntu-22.04
7
7
steps :
8
- - uses : actions/checkout@v4
8
+ - uses : actions/checkout@v5
9
9
- run : |
10
10
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
11
11
sudo wget https://apt.llvm.org/llvm.sh
34
34
# macos:
35
35
# runs-on: macos-latest
36
36
# steps:
37
- # - uses: actions/checkout@v4
37
+ # - uses: actions/checkout@v5
38
38
# - run: sudo xcode-select --switch /Library/Developer/CommandLineTools
39
39
# - run: echo $(pkgutil --pkg-info=com.apple.pkg.CLTools_Executables)
40
40
# - run: brew install llvm@18 ninja pkg-config cmake gcovr # gcc
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout 🛎️
10
- uses : actions/checkout@v4
10
+ uses : actions/checkout@v5
11
11
12
12
- name : install and run doxygen
13
13
run : |
You can’t perform that action at this time.
0 commit comments