We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c287069 commit 4dcbd97Copy full SHA for 4dcbd97
1 file changed
.github/workflows/build.yaml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-20.04
8
steps:
9
- uses: hecrj/setup-rust-action@v1
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
11
- name: Install dependencies
12
run: |
13
set -x
@@ -73,7 +73,7 @@ jobs:
73
runs-on: windows-latest
74
75
76
77
- name: Enable static CRT linkage
78
79
mkdir .cargo
@@ -101,7 +101,7 @@ jobs:
101
runs-on: macOS-latest
102
103
104
105
- name: Build binary
106
env:
107
MACOSX_DEPLOYMENT_TARGET: 10.14
0 commit comments