mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Clean up lint warnings in deps install script
Also use a simpler way to remove the version number, lol
This commit is contained in:
4
.github/actions/install_deps.sh
vendored
4
.github/actions/install_deps.sh
vendored
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
case `echo $1 | cut -d '-' -f 1` in
|
||||
set -e
|
||||
|
||||
case "${1%-*}" in
|
||||
ubuntu)
|
||||
sudo apt-get -qq update
|
||||
sudo apt-get install -yq bison libpng-dev pkg-config
|
||||
|
||||
Reference in New Issue
Block a user