Skip to content

Commit fd9cb8f

Browse files
Fix comments.
1 parent 04f2e3c commit fd9cb8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/libwasmer-build-shim-linux-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Build shim library for Linux ARM64
1313
runs-on: ubuntu-latest
1414
steps:
15-
- name: Check out code into the Go module directory
15+
- name: Check out code
1616
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: "0"

.github/workflows/libwasmer-build-shim-mac-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
go-version: 1.20.7
1919
id: go
2020

21-
- name: Check out code into the Go module directory
21+
- name: Check out code
2222
uses: actions/checkout@v4
2323
with:
2424
fetch-depth: "0"

0 commit comments

Comments
 (0)