Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Craftyawesome committed Jun 3, 2024
1 parent e06aa19 commit b3b8c80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/switch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ jobs:
steps:
- name: Install 7z/zip
run: |
echo "deb http://deb.debian.org/debian bullseye non-free" | sudo tee -a /etc/apt/sources.list
echo "deb http://deb.debian.org/debian-security bullseye-security non-free" | sudo tee -a /etc/apt/sources.list
echo "deb http://deb.debian.org/debian bullseye-updates non-free" | sudo tee -a /etc/apt/sources.list
apt-get update
apt-get install -y zip p7zip-full
apt-get install -y zip p7zip-rar
- name: Checkout repo
uses: actions/checkout@v1
- name: Download assets
Expand Down

0 comments on commit b3b8c80

Please sign in to comment.