mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-22 13:47:05 +00:00
Check out less of the repo for contrib verification
Shorter checkout time = good, I think.
This commit is contained in:
@@ -18,6 +18,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v7
|
||||
with:
|
||||
sparse-checkout: | # Avoid checking out other files, we don't use them here.
|
||||
contrib
|
||||
.github/scripts
|
||||
- name: Install zsh
|
||||
run: |
|
||||
sudo apt install -Uyq zsh
|
||||
|
||||
Reference in New Issue
Block a user