Skip to content

Commit

Permalink
use apt-get for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
donno2048 authored Mar 27, 2024
1 parent cd3dd07 commit 01aebf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
sudo apt -qq -o=Dpkg::Use-Pty=0 install qrencode nasm python3 -y
sudo apt-get -qq install qrencode nasm python3 -y
nasm snake.asm -o snake.com
gcc -Os -w -xc - <<< "main;"
xxd -p snake.com | python3 docs/update.py
Expand Down

0 comments on commit 01aebf4

Please sign in to comment.