mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
V 0.1.23
This commit is contained in:
parent
43d0199604
commit
881584d04c
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -90,9 +90,9 @@ jobs:
|
|||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
steps:
|
steps:
|
||||||
- name: Download V
|
- name: Download V
|
||||||
run: wget https://github.com/vbinaries/vbinaries/releases/download/latest/v_windows.zip && unzip v_windows.zip && ./v.exe --version
|
# run: wget https://github.com/vbinaries/vbinaries/releases/download/latest/v_windows.zip && unzip v_windows.zip && ./v.exe --version
|
||||||
- name: Test V
|
- name: Test V
|
||||||
run: ./v.exe examples/hello_world.v && examples/hello_world.exe
|
# run: ./v.exe examples/hello_world.v && examples/hello_world.exe
|
||||||
|
|
||||||
|
|
||||||
ubuntu-tcc:
|
ubuntu-tcc:
|
||||||
|
@ -12,7 +12,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
pub const (
|
pub const (
|
||||||
Version = '0.1.22'
|
Version = '0.1.23'
|
||||||
)
|
)
|
||||||
|
|
||||||
enum BuildMode {
|
enum BuildMode {
|
||||||
|
Loading…
Reference in New Issue
Block a user