File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 51
51
shell : bash
52
52
run : |
53
53
cd binaryninjaapi
54
- if (git branch --contains 9524254213477521804542721606710671523772 | grep "" > /dev/null 2>&1); then
55
- git apply --verbose ../.github/workflows/4.1_0001-Support-building-plugins-without-an-install.patch
56
- elif (git branch --contains v4.0.4958-stable | grep "" > /dev/null 2>&1); then
57
- git apply --verbose ../.github/workflows/4.0_0001-Support-building-plugins-without-an-install.patch
58
- else
59
- git apply --verbose ../.github/workflows/3.5_0001-Support-building-plugins-without-an-install.patch
60
- fi
54
+ git apply --verbose ../.github/workflows/4.1_0001-Support-building-plugins-without-an-install.patch \
55
+ || git apply --verbose ../.github/workflows/4.0_0001-Support-building-plugins-without-an-install.patch \
56
+ || git apply --verbose ../.github/workflows/3.5_0001-Support-building-plugins-without-an-install.patch
61
57
- name : Configure CMake
62
58
run : cmake -B ${{github.workspace}}/build -G Ninja -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
63
59
- name : Build
You can’t perform that action at this time.
0 commit comments