Skip to content

Commit

Permalink
fix: install
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Apr 16, 2024
1 parent 25d7075 commit b0c68e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
run: |
sudo apt install wget -y
wget -c https://dldir1.qq.com/qqfile/qq/QQNT/Linux/QQ_3.2.7_240412_amd64_01.deb
sudo apt-get --fix-broken install *.deb
sudo apt install -y libnotify4
sudo dpkg -i QQ_3.2.7_240412_amd64_01.deb
- name: Generate TAG
id: Tag
Expand Down

0 comments on commit b0c68e2

Please sign in to comment.