1
0
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:
Delyan Angelov 2022-12-05 17:06:19 +02:00
parent 5288c613ef
commit 70fed41660
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
2 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,7 @@ jobs:
VFLAGS: -cc tcc
DISPLAY: :99
LIBGL_ALWAYS_SOFTWARE: true
VTMP: /tmp
steps:
- uses: actions/checkout@v2
- name: Build V

View File

@ -17,6 +17,7 @@ jobs:
VFLAGS: -cc tcc
DISPLAY: :99
LIBGL_ALWAYS_SOFTWARE: true
VTMP: /tmp
steps:
- name: Checkout V
uses: actions/checkout@v2