Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuuzaki42 authored Apr 25, 2024
1 parent 848d2a3 commit 0c35d88
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
run: |
set -x
P_URL="https://download-cdn.jetbrains.com/python/pycharm-community-2021.1.2.tar.gz"
#P_URL="https://download-cdn.jetbrains.com/python/pycharm-community-2024.1.tar.gz"
P_URL="https://download-cdn.jetbrains.com/python/pycharm-community-2023.3.5.tar.gz"
P_NAME="$(echo "PyCharm-community")"
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 0c35d88

Please sign in to comment.