Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SekaiMoe authored Jul 1, 2024
1 parent 7d4ea93 commit f544aa3
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 @@ -12,7 +12,7 @@ jobs:
steps:
- name: Install Build Tools
run: |
echo "deb-src http://deb.debian.org/debian/ trixie main contrib non-free" | sudo tee -a /etc/apt/sources.list >/dev/null
echo "deb-src [trusted=yes] http://deb.debian.org/debian/ trixie main contrib non-free" | sudo tee -a /etc/apt/sources.list >/dev/null
sudo apt update && sudo apt install -y debhelper dpkg-dev build-essential patch bc bison flex libssl-dev libelf-dev git perl python3
Expand Down

0 comments on commit f544aa3

Please sign in to comment.