Skip to content

Commit

Permalink
master is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord authored Apr 25, 2024
1 parent 76521c6 commit b179e88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: '3.10'

- uses: jurplel/install-qt-action@master
- uses: jurplel/install-qt-action@v3
id: qt
with:
cache: true
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Install dependencies
run: sudo apt-get install -y autoconf automake build-essential cmake git libarchive-dev libssl-dev nettle-dev libmbedtls-dev libacl1-dev libbz2-dev liblzma-dev liblz4-dev libzstd-dev lzop pkg-config zlib1g-dev

- uses: jurplel/install-qt-action@master
- uses: jurplel/install-qt-action@v3
id: qt
with:
cache: true
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
with:
submodules: recursive

- uses: jurplel/install-qt-action@master
- uses: jurplel/install-qt-action@v3
id: qt
with:
cache: true
Expand Down

0 comments on commit b179e88

Please sign in to comment.