Skip to content

Commit

Permalink
Update JCEF Compile
Browse files Browse the repository at this point in the history
revert jcef to last version avoid download binary fail
  • Loading branch information
studycwq authored and RikudouPatrickstar committed Aug 28, 2022
1 parent 9cf7028 commit c13f862
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/jbr-linux-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ jobs:
ANT_HOME: /usr/share/ant
run: |
git clone https://github.com/JetBrains/jcef.git jcef
cd jcef/jb/tools/linux && chmod +x *
cd jcef
# reset to commit 4ef9139
git reset --hard 4ef9139
cd jb/tools/linux && chmod +x *
./build.sh all
- name: List Paths
Expand Down

0 comments on commit c13f862

Please sign in to comment.