Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ jobs:
name: windows
runs-on: windows-2019
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 10
- uses: actions/checkout@v2

- uses: actions/cache@v1
id: cache-dxfiles
Expand Down Expand Up @@ -55,9 +53,7 @@ jobs:
continue-on-error: true
- name: Link MySQL
run: brew link --overwrite mysql
- uses: actions/checkout@v1
with:
fetch-depth: 10
- uses: actions/checkout@v2
- name: Run Build
run: ./linux-build.sh

Expand All @@ -67,8 +63,6 @@ jobs:
container:
image: docker://sbx320/mtasa-blue-azure:latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 10
- uses: actions/checkout@v2
- name: Run Build
run: ./linux-build.sh