Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 authored May 19, 2020
1 parent 5e57a92 commit 590917d
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,6 @@ jobs:
name: bee
path: publish

mingw:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
with:
ref: refs/heads/master
submodules : recursive
- uses: numworks/setup-msys2@v1
with:
path-type: inherit
msystem: MSYS
- run: msys2do pacman --noconfirm -U mingw-w64-x86_64-gcc ninja
- run: msys2do ninja -f ninja/mingw.ninja
- run: |
mkdir -p publish
cp -r build/mingw/bin publish/mingw
- name: Upload artifact
uses: actions/[email protected]
with:
name: bee
path: publish

linux:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 590917d

Please sign in to comment.