Skip to content

Commit bbf8ff6

Browse files
authored
Update build.yaml
1 parent 4d4b7ff commit bbf8ff6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,19 +126,18 @@ jobs:
126126
with:
127127
python-version: '3.13'
128128

129+
- name: Install Python Launcher
130+
shell: powershell
131+
run: choco install python-launcher -y
132+
129133
- name: Update submodule
130134
run: |
131135
cd binaryninjaapi
132136
git fetch --tags
133137
git checkout --force ${{ matrix.version.name }}
134138
git submodule update --init --recursive
135139
136-
- name: Configure CMake (Windows)
137-
if: matrix.config.name == 'windows'
138-
run: cmake -B ${{github.workspace}}/build -G Ninja -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DBN_ALLOW_STUBS=ON -DPYTHON_COMMAND="python"
139-
140-
- name: Configure CMake (Unix)
141-
if: matrix.config.name != 'windows'
140+
- name: Configure CMake
142141
run: cmake -B ${{github.workspace}}/build -G Ninja -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DBN_ALLOW_STUBS=ON
143142

144143
- name: Build

0 commit comments

Comments
 (0)