We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355083e commit a1cb004Copy full SHA for a1cb004
1 file changed
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v4
21
22
- name: Build container
23
- runs: docker build -t cross-armv7:latest -f armv7.dockerfile .
+ run: docker build -t cross-armv7:latest -f armv7.dockerfile .
24
25
- name: Build binary
26
uses: houseabsolute/actions-rust-cross@v1
0 commit comments