Skip to content

Commit

Permalink
[hotfix] Fix the flink package download url
Browse files Browse the repository at this point in the history
  • Loading branch information
TanYuxin-tyx authored and reswqa committed Jul 17, 2023
1 parent 2f07594 commit 158a495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
flink: [1.16.1]
with:
flink_version: ${{ matrix.flink }}
flink_url: https://dist.apache.org/repos/dist/release/flink/flink-${{ matrix.flink }}/flink-${{ matrix.flink }}-bin-scala_2.12.tgz
flink_url: https://archive.apache.org/dist/flink/flink-${{ matrix.flink }}/flink-${{ matrix.flink }}-bin-scala_2.12.tgz
cache_flink_binary: true

0 comments on commit 158a495

Please sign in to comment.