diff options
author | Astatin <[email protected]> | 2025-06-18 17:51:23 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2025-06-18 17:51:23 +0200 |
commit | 1796f5092361eec95fb7d7af2de90febc8132869 (patch) | |
tree | 25964fe0c6b8c4bd68b4d5e887d5a5fb8349b790 | |
parent | bb190c9c87424d73ceb27e2f15addc6323ae543a (diff) |
Update rust.yml
-rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4dea65d..23df360 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 - - name: Download assembler run: wget https://github.com/AstatinChan/gameboy-asm/releases/download/latest/gbasm_linux-x86_64 - name: Make assembler executable |