Skip to content

Commit

Permalink
ci: simplify sdl install step
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Oct 9, 2024
1 parent 38ce4fb commit c936a16
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,11 @@ jobs:
with:
path: sdl

- name: Link local SDL folder in ~/.vmodules/sdl
run: |
cd sdl
mkdir -p ~/.vmodules
ln -s $(pwd) ~/.vmodules/sdl
v ~/.vmodules/sdl/setup.vsh
- name: Simulate "v install sdl"
run: mv sdl ~/.vmodules

- name: Setup vlang/sdl
run: v ~/.vmodules/sdl/setup.vsh

- name: Run 'vab --help'
run: vab --help
Expand Down

0 comments on commit c936a16

Please sign in to comment.