Skip to content

Commit

Permalink
ci: use new release links
Browse files Browse the repository at this point in the history
  • Loading branch information
medvednikov committed Dec 3, 2019
1 parent c4a4363 commit 590566f
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 @@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Download V
run: wget https://github.com/vbinaries/vbinaries/releases/download/latest/v_linux.zip && unzip v_linux.zip && ./v --version
run: wget https://github.com/vlang/v/releases/latest/download/v_linux.zip && unzip v_linux.zip && ./v --version
- name: Test V
run: ./v examples/hello_world.v && examples/hello_world && ./v build-examples

Expand All @@ -88,7 +88,7 @@ jobs:
runs-on: macOS-10.14
steps:
- name: Download V
run: wget https://github.com/vbinaries/vbinaries/releases/download/latest/v_macos.zip && unzip v_macos.zip && ./v --version
run: wget https://github.com/vlang/v/releases/latest/download/v_macos.zip && unzip v_macos.zip && ./v --version
- name: Test V
run: ./v examples/hello_world.v && examples/hello_world && ./v build-examples

Expand Down

0 comments on commit 590566f

Please sign in to comment.