Skip to content

Commit

Permalink
last test
Browse files Browse the repository at this point in the history
Seems that g++ needs to be installed for some reason
  • Loading branch information
tobid7 authored Apr 13, 2024
1 parent 0c44f56 commit c882636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install tools
run: |
sudo apt-get update
sudo apt-get install p7zip-full libc6 -y
sudo apt-get install p7zip-full g++ -y
curl -L https://github.com/NPI-D7/bannertool/releases/download/v1.2.0/linux.zip -o bannertool.zip
sudo 7z e bannertool.zip amd64/bannertool
sudo chmod +x bannertool
Expand Down

0 comments on commit c882636

Please sign in to comment.