Skip to content

Commit 5c5b61f

Browse files
committed
Creating directory first
1 parent 568bc96 commit 5c5b61f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_test_push.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
set -x
3535
wget $RONDB_TARBALL_URI -O /tmp/temp_tarball.tar.gz
3636
(set +e; ls -la /tmp)
37+
mkdir -p $RONDB_PATH
3738
tar xfz /tmp/temp_tarball.tar.gz -C $RONDB_PATH --strip-components=1
3839
(set +e; ls -la /tmp)
3940
(set +e; ls -la $RONDB_PATH)

0 commit comments

Comments
 (0)