File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 env :
1717 GO111MODULE : on
1818 GOPATH : ${{ github.workspace }}
19- DISPLAY : " :99.0"
20- EGL_PLATFORM : " x11"
2119 defaults :
2220 run :
2321 working-directory : ${{ env.GOPATH }}/src/gonum.org/v1/plot
5149 restore-keys : |
5250 ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
5351
54- - name : Install Linux packages
55- if : matrix.platform == 'ubuntu-20.04'
56- run : |
57- sudo apt-get update
58- sudo apt-get install -qq gcc pkg-config libwayland-dev libx11-dev libx11-xcb-dev libxkbcommon-x11-dev libgles2-mesa-dev libegl1-mesa-dev libffi-dev libxcursor-dev libvulkan-dev xvfb xdotool
59- # start a virtual frame buffer
60- Xvfb :99 -screen 0 1920x1024x24 &
61-
6252 - name : Check copyrights+formatting
6353 run : |
6454 # Required for format check.
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 env :
1111 GO111MODULE : on
12- DISPLAY : " :99.0"
13- EGL_PLATFORM : " x11"
1412 steps :
1513 - uses : actions/checkout@v4
1614 with :
1715 fetch-depth : 1
18- - name : cgo-dependencies
19- run : |
20- sudo apt-get update
21- sudo apt-get install -qq gcc pkg-config libwayland-dev libx11-dev libx11-xcb-dev libxkbcommon-x11-dev libgles2-mesa-dev libegl1-mesa-dev libffi-dev libxcursor-dev libvulkan-dev xvfb xdotool
2216 - uses : dominikh/staticcheck-action@v1
2317 with :
2418 version : " 2024.1"
You can’t perform that action at this time.
0 commit comments