We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385e9be commit 1c7f5b2Copy full SHA for 1c7f5b2
1 file changed
.github/workflows/build.yaml
@@ -118,13 +118,14 @@ jobs:
118
119
- uses: seanmiddleditch/gha-setup-ninja@master
120
121
- - uses: actions/setup-python@v4
122
- with:
123
- python-version: '3.x'
124
-
125
- uses: ilammy/msvc-dev-cmd@v1
126
if: matrix.config.name == 'windows'
127
+ - name: Setup Python
+ uses: actions/setup-python@v6
+ with:
+ python-version: '3.13'
128
+
129
- name: Update submodule
130
run: |
131
cd binaryninjaapi
@@ -133,7 +134,6 @@ jobs:
133
134
git submodule update --init --recursive
135
136
- name: Configure CMake
- shell: bash
137
138
if [[ "${{ matrix.config.name }}" == "windows" ]]; then
139
cmake -B ${{github.workspace}}/build -G Ninja -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DBN_ALLOW_STUBS=ON -DPYTHON_COMMAND="python"
0 commit comments