Skip to content
Snippets Groups Projects
Unverified Commit b5cc69e0 authored by Alexander Lesnenko's avatar Alexander Lesnenko Committed by GitHub
Browse files

fix percy bot command (#17362)

parent 57c7bbe6
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,8 @@ jobs:
java-version: 8
- name: Install Clojure CLI
run: |
curl -O https://download.clojure.org/install/linux-install-1.10.1.708.sh &&
sudo bash ./linux-install-1.10.1.708.sh
curl -O https://download.clojure.org/install/linux-install-1.10.3.933.sh &&
sudo bash ./linux-install-1.10.3.933.sh
- name: Check versions
run: |
echo "Node.js `node --version`"
......@@ -112,8 +112,8 @@ jobs:
java-version: 8
- name: Install Clojure CLI
run: |
curl -O https://download.clojure.org/install/linux-install-1.10.1.708.sh &&
sudo bash ./linux-install-1.10.1.708.sh
curl -O https://download.clojure.org/install/linux-install-1.10.3.933.sh &&
sudo bash ./linux-install-1.10.3.933.sh
- name: Check versions
run: |
echo "Node.js `node --version`"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment