Skip to content

Commit

Permalink
cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord authored Apr 25, 2024
1 parent e797186 commit fc8d405
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ jobs:
name: launcher-macos-${{ github.sha }}
path: ${{ github.workspace }}/launcher/bin/

- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 15

Ubuntu:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -133,11 +128,6 @@ jobs:
name: launcher-ubuntu-${{ github.sha }}
path: ${{ github.workspace }}/launcher/bin/

- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 15

Windows:
runs-on: windows-latest
steps:
Expand Down Expand Up @@ -166,6 +156,7 @@ jobs:
shell: cmd
env:
BE: mingw-gcc
CMAKE_MAKE_PROGRAM: make.exe

- name: Install
working-directory: ${{github.workspace}}/libs/libarchive/
Expand All @@ -187,8 +178,3 @@ jobs:
with:
name: launcher-windows-mingw-${{ github.sha }}
path: ${{ github.workspace }}/launcher/bin/

- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 15

0 comments on commit fc8d405

Please sign in to comment.