File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
build-windows :
13
13
runs-on : windows-latest
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
- uses : ilammy/msvc-dev-cmd@v1
17
17
- name : Compiler name & version
18
18
run : cl.exe
61
61
CXX : ${{ matrix.compiler }}
62
62
CXXFLAGS : -std=${{ matrix.cxx-std }} -Wall -Wextra -Wold-style-cast -Wunused-parameter -Wpedantic -Werror -pthread -Wno-unknown-warning -Wno-unknown-warning-option
63
63
steps :
64
- - uses : actions/checkout@v3
64
+ - uses : actions/checkout@v4
65
65
- name : Install compiler
66
66
if : startsWith(matrix.runs-on, 'ubuntu')
67
67
run : sudo apt-get install -y $CXX
Original file line number Diff line number Diff line change 9
9
deploy :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- uses : actions/setup-python@v4
14
14
with :
15
15
python-version : 3.x
You can’t perform that action at this time.
0 commit comments