We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7024f73 commit 226a27aCopy full SHA for 226a27a
.github/workflows/ci.yml
@@ -13,6 +13,7 @@ env:
13
ROOT_VERSION: "6.22.02"
14
TAGS: "-tags=ci"
15
COVERAGE: "-coverpkg=go-hep.org/x/hep/..."
16
+ EGL_PLATFORM: "x11"
17
18
jobs:
19
.travis.yml
@@ -8,6 +8,7 @@ dist: bionic
8
env:
9
global:
10
- ROOT_VERSION=6.22.02
11
+ - EGL_PLATFORM=x11
12
cache:
directories:
0 commit comments