Skip to content

Commit

Permalink
cleanup ci.yml, remove usage of ./v symlink -githubci
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Nov 7, 2024
1 parent 9ac6bb2 commit 0521ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
repository: vlang/v
path: v
- name: Build V
run: cd v && make && ./v symlink -githubci && cd -
run: cd v && make && ./v symlink && cd -

- name: Checkout markdown (for tests)
uses: actions/checkout@v2
Expand Down

0 comments on commit 0521ef6

Please sign in to comment.