Skip to content

Commit 1c7f5b2

Browse files
authored
Update build.yaml
1 parent 385e9be commit 1c7f5b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)