We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568bc96 commit 5c5b61fCopy full SHA for 5c5b61f
.github/workflows/build_test_push.yaml
@@ -34,6 +34,7 @@ jobs:
34
set -x
35
wget $RONDB_TARBALL_URI -O /tmp/temp_tarball.tar.gz
36
(set +e; ls -la /tmp)
37
+ mkdir -p $RONDB_PATH
38
tar xfz /tmp/temp_tarball.tar.gz -C $RONDB_PATH --strip-components=1
39
40
(set +e; ls -la $RONDB_PATH)
0 commit comments