Skip to content

Commit 704623a

Browse files
committed
Use the official one
1 parent 118b763 commit 704623a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
run: swift test --filter NOTHING -c release
149149
- name: Test
150150
run: |
151-
curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.1-rc1-bin/spark-4.0.1-bin-hadoop3.tgz
151+
curl -LO https://www.apache.org/dyn/closer.lua/spark/spark-4.0.1/spark-4.0.1-bin-hadoop3.tgz?action=download
152152
tar xvfz spark-4.0.1-bin-hadoop3.tgz && rm spark-4.0.1-bin-hadoop3.tgz
153153
mv spark-4.0.1-bin-hadoop3 /tmp/spark
154154
cd /tmp/spark/sbin

0 commit comments

Comments
 (0)