Browse Source

Update build-and-test.yml

js/color-alpha-handling
James Jackson-South 6 years ago
parent
commit
db3889323a
  1. 2
      .github/workflows/build-and-test.yml

2
.github/workflows/build-and-test.yml

@ -56,7 +56,7 @@ jobs:
git fetch --prune --unshallow git fetch --prune --unshallow
git submodule -q update --init --recursive git submodule -q update --init --recursive
- name: Setup nuget cache - name: Setup NuGet Cache
uses: actions/cache@v2 uses: actions/cache@v2
id: nuget-cache id: nuget-cache
with: with:

Loading…
Cancel
Save