Skip to content

Commit a1cb004

Browse files
I love CI
1 parent 355083e commit a1cb004

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Build container
23-
runs: docker build -t cross-armv7:latest -f armv7.dockerfile .
23+
run: docker build -t cross-armv7:latest -f armv7.dockerfile .
2424

2525
- name: Build binary
2626
uses: houseabsolute/actions-rust-cross@v1

0 commit comments

Comments
 (0)