We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0671921 commit 951a613Copy full SHA for 951a613
.github/workflows/build.yml
@@ -14,10 +14,6 @@ jobs:
14
run: |
15
echo "TAG_NAME=$(cat CMakeLists.txt | grep -Po '(?<=MODLOADER_VERSION \")[^\"]+')" >> $GITHUB_OUTPUT
16
id: version
17
- - name: Print version
18
- env:
19
- VERSION: ${{ steps.version.outputs.TAG_NAME }}
20
- run: echo "$VERSION"
21
- name: Build
22
run: mkdir build && cd build && cmake -DCMAKE_CXX_COMPILER=clang++-12 -DCMAKE_INSTALL_PREFIX=../sdk/ .. && make && make install && cd ..
23
- name: Pack the SDK and modloader
0 commit comments