File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -118,13 +118,14 @@ jobs:
118118
119119 - uses : seanmiddleditch/gha-setup-ninja@master
120120
121- - uses : actions/setup-python@v4
122- with :
123- python-version : ' 3.x'
124-
125121 - uses : ilammy/msvc-dev-cmd@v1
126122 if : matrix.config.name == 'windows'
127123
124+ - name : Setup Python
125+ uses : actions/setup-python@v6
126+ with :
127+ python-version : ' 3.13'
128+
128129 - name : Update submodule
129130 run : |
130131 cd binaryninjaapi
@@ -133,7 +134,6 @@ jobs:
133134 git submodule update --init --recursive
134135
135136 - name : Configure CMake
136- shell : bash
137137 run : |
138138 if [[ "${{ matrix.config.name }}" == "windows" ]]; then
139139 cmake -B ${{github.workspace}}/build -G Ninja -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DBN_ALLOW_STUBS=ON -DPYTHON_COMMAND="python"
You can’t perform that action at this time.
0 commit comments