Skip to content

Commit

Permalink
Update cross CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Mar 23, 2024
1 parent 5f243d0 commit 567ebf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cross.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
ARCH: 64
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'true'

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
WRAPPER: "run"
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'true'

Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
WRAPPER: "emconfigure"
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'true'

Expand Down

0 comments on commit 567ebf9

Please sign in to comment.