aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-06-18 17:59:16 +0200
committerAstatin <[email protected]>2025-06-18 17:59:16 +0200
commitdbc9e0ae83d353dc3fdf7587cfa49da0363de582 (patch)
tree2297de650052d3871c298ad516c8b8ce5baf15ae /.github
parent1796f5092361eec95fb7d7af2de90febc8132869 (diff)
Update README and maybe fix github action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 23df360..560b862 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -15,8 +15,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- - run: sudo apt-get install -yqq alsa
- uses: actions/checkout@v4
+ - run: sudo apt-get install -yqq alsa libasound2-dev libudev-dev
- name: Download assembler
run: wget https://github.com/AstatinChan/gameboy-asm/releases/download/latest/gbasm_linux-x86_64
- name: Make assembler executable