Skip to content

Commit d37f8d7

Browse files
committed
fix typos
1 parent 54d7bd9 commit d37f8d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
uses: docker/setup-qemu-action@v3
3232
- name: Set up Docker Buildx
3333
uses: docker/setup-buildx-action@v3
34-
- name: "Run make build_base
35-
run: "make build_base
34+
- name: Run make build_base
35+
run: make build_base
3636
env:
3737
BUILD_AMD64: ${{ fromJSON('[0, 1]')[matrix.arch.name == 'amd64'] }}
3838
BUILD_ARM64: ${{ fromJSON('[0, 1]')[matrix.arch.name == 'arm64'] }}
3939
- name: Export
40-
run: "make build_base
40+
run: make build_base
4141
env:
4242
BUILD_AMD64: ${{ fromJSON('[0, 1]')[matrix.arch.name == 'amd64'] }}
4343
BUILD_ARM64: ${{ fromJSON('[0, 1]')[matrix.arch.name == 'arm64'] }}

0 commit comments

Comments
 (0)