Skip to content

Commit

Permalink
changed build with windows error
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed May 29, 2024
1 parent 82da608 commit 9d8da23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
cp ./intro.txt ./dist/krr/intro.txt
- name: Build with PyInstaller
if: matrix.os == 'ubuntu-latest'
if: matrix.os != 'macos-latest'
shell: bash
run: |
pyinstaller krr.py
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/update-code-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- name: Fetch all branches
run: git fetch --all

- name: Set up the remote repository
run: git remote add origin https://github.com/${{ github.repository }}.git

- name: Select main branch
run: git checkout origin/main

Expand Down

0 comments on commit 9d8da23

Please # to comment.