Skip to content

Commit

Permalink
fix workfloy
Browse files Browse the repository at this point in the history
Signed-off-by: Arnav Gupta <[email protected]>
  • Loading branch information
championswimmer committed Nov 4, 2023
1 parent fc1a6a5 commit 1ed4afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout repository
- uses: actions/checkout@v3
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
Expand All @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout repository
- uses: actions/checkout@v3
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit 1ed4afa

Please sign in to comment.