Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PegasusPlusUS authored Jan 4, 2025
1 parent 867b81f commit 71fbdee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
- name: Install V
run: |
curl -s https://raw.githubusercontent.com/vlang/v/master/install.sh | bash
curl -L https://github.com/vlang/v/releases/download/weekly.2024.53/v_linux.zip -o v_linux.zip
unzip v_linux.zip
export PATH="$HOME/.vlang/bin:$PATH"
echo "V install complete."
Expand Down

0 comments on commit 71fbdee

Please sign in to comment.