mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-20 22:04:32 +00:00
Rename install_deps.sh to install-deps.sh for consistency
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
uses: actions/checkout@v7
|
||||
- name: Install deps
|
||||
run: |
|
||||
.github/scripts/install_deps.sh ubuntu-latest lcov
|
||||
.github/scripts/install-deps.sh ubuntu-latest lcov
|
||||
- name: Generate coverage report
|
||||
run: |
|
||||
contrib/coverage.bash --os ubuntu-latest --jobs "$(getconf _NPROCESSORS_ONLN)"
|
||||
|
||||
Reference in New Issue
Block a user