Skip to content

Commit

Permalink
add checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvinn Ng committed May 1, 2024
1 parent 76ec237 commit 205a26f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
github-runner: windows-latest

steps:
- name: Checkout repo
- uses: actions/checkout@v4

- name: Setup Node.js environment
uses: actions/setup-node@v4.0.2
with:
Expand Down

0 comments on commit 205a26f

Please sign in to comment.