Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yituodab authored May 27, 2024
1 parent a64e597 commit 15aca5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
python-version: '3.0'
architecture: 'x64'
- name: Install dependencies
run: python -m pip install --upgrade pip
run: python -m ensurepip && python -m pip install --upgrade pip
- name: PIP Install
run: pip install minecraft-launcher-lib pyinstaller requests subprocess
- name: Build
Expand All @@ -20,4 +20,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Launcher
path: dist/*.exe
path: dist/*.exe

0 comments on commit 15aca5f

Please sign in to comment.