mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: add disallow none operations and range (#16584)
This commit is contained in:
12
.github/workflows/v_apps_and_modules_compile.yml
vendored
12
.github/workflows/v_apps_and_modules_compile.yml
vendored
@@ -116,6 +116,18 @@ jobs:
|
||||
|
||||
- name: Build VSL
|
||||
run: |
|
||||
echo "Installing dependencies"
|
||||
sudo apt-get install --quiet -y --no-install-recommends \
|
||||
gfortran \
|
||||
libxi-dev \
|
||||
libxcursor-dev \
|
||||
mesa-common-dev \
|
||||
liblapacke-dev \
|
||||
libopenblas-dev \
|
||||
libgc-dev \
|
||||
libgl1-mesa-dev \
|
||||
libopenmpi-dev \
|
||||
opencl-headers
|
||||
echo "Install VSL"
|
||||
v install vsl
|
||||
echo "Execute Tests using Pure V Backend"
|
||||
|
||||
Reference in New Issue
Block a user