File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments