Skip to content

Commit

Permalink
update vlang (#7861)
Browse files Browse the repository at this point in the history
  • Loading branch information
waghanza authored Oct 19, 2024
1 parent 777eda3 commit 80567d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v/config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language:
version: "weekly.2024.41"
version: "weekly.2024.42"
files:
- "**/*.v"
- server
bootstrap:
- cd /opt/vlang && git fetch --all --tags && git checkout tags/weekly.2024.41 && make && v -version && cd /app
- cd /opt/vlang && git fetch --all --tags && git checkout tags/weekly.2024.42 && make && v -version && cd /app
build_flags:
- -prod -cc gcc

Expand Down

0 comments on commit 80567d2

Please sign in to comment.