.github/workflows: skip installing wasmbrowsertest on Go 1.15

As of wasmbrowsertest@v0.5.0, chromedp@v0.8.6 is used and this doesn't
work with Go 1.15.
This commit is contained in:
Hajime Hoshi 2022-12-19 03:09:00 +09:00
parent b625cc84ce
commit edc3c829fb

View File

@ -43,6 +43,7 @@ jobs:
sudo apt-get install libasound2-dev libgl1-mesa-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev libxxf86vm-dev
- name: Install wasmbrowsertest
if: ${{ !startsWith(matrix.go, '1.15.') }}
run: |
# TODO: Use go install github.com/agnivade/wasmbrowsertest@... on Go 1.16 or later.
mkdir /tmp/wasmbrowsertest