Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Fix forgotten "
  • Loading branch information
Egor00f authored Nov 13, 2024
1 parent f77be47 commit b8ae249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
- if: runner.os == 'Linux'
run: |
sudo curl http://git.kolibrios.org/api/packages/Egor00f/debian/repository.key -o /etc/apt/keyrings/gitea-Egor00f.asc
echo "deb [signed-by=/etc/apt/keyrings/gitea-Egor00f.asc] http://git.kolibrios.org/api/packages/Egor00f/debian bookworm main | sudo tee -a /etc/apt/sources.list.d/gitea.list
echo "deb [signed-by=/etc/apt/keyrings/gitea-Egor00f.asc] http://git.kolibrios.org/api/packages/Egor00f/debian bookworm main" | sudo tee -a /etc/apt/sources.list.d/gitea.list
sudo apt update
echo '/home/autobuild/tools' | sudo apt install kos32-gcc -y
shell: bash
Expand Down

0 comments on commit b8ae249

Please sign in to comment.