Skip to content

Commit 108e3e3

Browse files
committed
Try 2 to fix the linux build
1 parent ebe12cb commit 108e3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
if: steps.cache-memgraph-docker.outputs.cache-hit != 'true'
9999
run: |
100100
mkdir ~/memgraph
101-
curl -L https://memgraph.com/download/memgraph/v${{ matrix.mgversion }}/docker/memgraph-${{ matrix.mgversion }}-docker.tar.gz > ~/memgraph/memgraph-docker.tar.gz
101+
curl -L https://download.memgraph.com/memgraph/v${{ matrix.mgversion }}/docker/memgraph-${{ matrix.mgversion }}-docker.tar.gz > ~/memgraph/memgraph-docker.tar.gz
102102
- name: Load and run Memgraph Docker image
103103
run: |
104104
docker load -i ~/memgraph/memgraph-docker.tar.gz

0 commit comments

Comments
 (0)