Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-carlson-sudo committed May 17, 2024
1 parent 109e8c3 commit caa243a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:

- name: Set up Windows toolchains
run: |
apt update
apt install binutils-mingw-w64-x86-64 gcc-mingw-w64-x86-64 -y
sudo apt update
sudo apt install binutils-mingw-w64-x86-64 gcc-mingw-w64-x86-64 -y
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
Expand Down

0 comments on commit caa243a

Please sign in to comment.