adds mkdir tmp

This commit is contained in:
damirka 2021-08-17 13:15:00 +03:00
parent a1cc026c58
commit 5a1bf7e26e

View File

@ -30,6 +30,7 @@ jobs:
- name: Pull the tgc executable
run: |
mkdir tmp;
cd tmp;
curl -s https://api.github.com/repos/AleoHQ/leo-acl2-bin/latest | \
sed -n 's/.*"tarball_url": "\(.*\)",.*/\1/p' | \