We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a979967 commit 910e04bCopy full SHA for 910e04b
.github/workflows/compile.yml
@@ -72,6 +72,7 @@ jobs:
72
- { os: 'ubuntu-latest', arch: 'arm64', rust_target: 'aarch64-unknown-linux-musl' }
73
- { os: 'ubuntu-latest', arch: 'amd64', rust_target: 'x86_64-unknown-linux-musl' }
74
steps:
75
+ - uses: actions/checkout@v2
76
- uses: docker/setup-buildx-action@v1
77
id: buildx
78
with:
0 commit comments