Skip to content

Commit

Permalink
fix: typo in sources.list
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Nov 17, 2024
1 parent 0a27a24 commit 90f1759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install Dependencies
run: |
sudo rm /etc/apt/sources.lst
sudo rm /etc/apt/sources.list
echo "deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ jammy main restricted universe" | sudo tee /etc/apt/sources.list
echo "deb [arch=amd64] http://security.ubuntu.com/ubuntu/ jammy-security main restricted universe" | sudo tee /etc/apt/sources.list
Expand Down

0 comments on commit 90f1759

Please sign in to comment.