Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuuzaki42 authored May 30, 2024
1 parent 56fc03b commit e16fb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
shell: bash
run: |
set -x
version="2024.1.1"
version="2024.1.2"
P_URL="https://download-cdn.jetbrains.com/python/pycharm-community-$version.tar.gz"
P_NAME="$(echo "PyCharm-community")"
P_FILENAME="$(echo $P_URL | cut -d/ -f5)"
Expand Down

0 comments on commit e16fb52

Please sign in to comment.