mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: override VTMP to /tmp for the jobs gg-regressions
and doom-regressions
This commit is contained in:
parent
5288c613ef
commit
70fed41660
1
.github/workflows/c2v.yml
vendored
1
.github/workflows/c2v.yml
vendored
@ -65,6 +65,7 @@ jobs:
|
||||
VFLAGS: -cc tcc
|
||||
DISPLAY: :99
|
||||
LIBGL_ALWAYS_SOFTWARE: true
|
||||
VTMP: /tmp
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build V
|
||||
|
1
.github/workflows/gg_regressions_ci.yml
vendored
1
.github/workflows/gg_regressions_ci.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
||||
VFLAGS: -cc tcc
|
||||
DISPLAY: :99
|
||||
LIBGL_ALWAYS_SOFTWARE: true
|
||||
VTMP: /tmp
|
||||
steps:
|
||||
- name: Checkout V
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user