Skip to content

Commit

Permalink
chore: Swap V setup and fetching sources
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Aug 7, 2023
1 parent 301c4ed commit 0c5d104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup V
uses: prantlf/setup-v-action@v1
- name: Checkout Sources
uses: actions/checkout@v3
- name: Setup V
uses: prantlf/setup-v-action@v1
- name: Test
run: make

0 comments on commit 0c5d104

Please sign in to comment.