Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuuzaki42 authored Nov 21, 2024
1 parent 3949340 commit 0583f16
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 @@ -34,7 +34,7 @@ jobs:
shell: bash
run: |
set -x
version="2024.2.3"
version="2024.3"
P_URL="https://download-cdn.jetbrains.com/python/pycharm-community-$version.tar.gz"
P_FILENAME="$(echo $P_URL | cut -d/ -f5)"
P_VERSION="$(echo $P_FILENAME | cut -d- -f3 | sed 's/\.[^.]*$//' | sed 's/\.[^.]*$//')"
Expand Down

0 comments on commit 0583f16

Please sign in to comment.