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 2c5251a commit c9e09d0Copy full SHA for c9e09d0
.github/workflows/build.yaml
@@ -8,9 +8,7 @@ jobs:
8
name: windows
9
runs-on: windows-2019
10
steps:
11
- - uses: actions/checkout@v1
12
- with:
13
- fetch-depth: 10
+ - uses: actions/checkout@v2
14
15
- uses: actions/cache@v1
16
id: cache-dxfiles
@@ -55,9 +53,7 @@ jobs:
55
53
continue-on-error: true
56
54
- name: Link MySQL
57
run: brew link --overwrite mysql
58
59
60
61
- name: Run Build
62
run: ./linux-build.sh
63
@@ -67,8 +63,6 @@ jobs:
67
container:
68
64
image: docker://sbx320/mtasa-blue-azure:latest
69
65
70
71
72
66
73
74
0 commit comments