We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac71c4 commit 8581f11Copy full SHA for 8581f11
1 file changed
.github/workflows/e2e_test.yaml
@@ -41,11 +41,16 @@ jobs:
41
sudo apt-get -y install build-essential autoconf m4 libncurses5-dev libwxgtk3.0-gtk3-dev libwxgtk-webview3.0-gtk3-dev libgl1-mesa-dev libglu1-mesa-dev libpng-dev libssh-dev unixodbc-dev xsltproc fop libxml2-utils libncurses-dev openjdk-11-jdk
42
vfox install erlang@26.2.3
43
vfox use erlang@26.2.3
44
+ echo "===============PATH==============="
45
+ echo $PATH
46
47
48
- name: install Erlang/OTP by vfox-erlang plugin (Darwin)
49
if: runner.os == 'MacOS'
50
run: |
51
brew install autoconf libxslt fop wxwidgets openssl
52
53
-
54
55
56
0 commit comments