Skip to content

Commit 85793ba

Browse files
committed
use actions-rs/cargo
1 parent 9ecff08 commit 85793ba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/macos.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v1
12-
- name: Build
13-
run: cargo build --verbose
12+
- uses: actions-rs/cargo@v1
13+
with:
14+
command: build
15+
args: --release --all-features

0 commit comments

Comments
 (0)