Skip to content

Commit

Permalink
ci: fix extra step
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Oct 9, 2024
1 parent 5e5293d commit dc682ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ jobs:
- name: Checkout vab
uses: actions/checkout@v4
with:
repository: vlang/vab
path: vab

- name: Install vab
Expand All @@ -212,6 +213,7 @@ jobs:
- name: Checkout SDL
uses: actions/checkout@v4
with:
repository: vlang/sdl
path: sdl

- name: Simulate "v install sdl"
Expand Down

0 comments on commit dc682ed

Please sign in to comment.