Skip to content

Commit

Permalink
Fixed quicklisp key in matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Feb 28, 2021
1 parent 4cb452c commit 543ee3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"ubuntu-latest",
"macos-latest"
],
"quicklisp-dist": [
"quicklisp": [
"quicklisp",
"ultralisp"
],
Expand Down Expand Up @@ -126,7 +126,7 @@
"runs-on": "${{ matrix.os }}",
"env": {
"OS": "${{ matrix.os }}",
"QUICKLISP_DIST": "${{ matrix.quicklisp-dist }}",
"QUICKLISP_DIST": "${{ matrix.quicklisp }}",
"LISP": "${{ matrix.lisp }}"
},
"steps": [
Expand All @@ -151,7 +151,7 @@
"uses": "actions/cache@v2",
"with": {
"path": "qlfile\n qlfile.lock\n /usr/local/bin/ros\n ~/.cache/common-lisp/\n ~/.roswell\n /usr/local/etc/roswell\n .qlot",
"key": "${{ steps.current-month.outputs.value }}-${{ env.cache-name }}-${{ matrix.os }}-${{ matrix.quicklisp-dist }}-${{ matrix.lisp }}-${{ hashFiles('qlfile.lock') }}"
"key": "${{ steps.current-month.outputs.value }}-${{ env.cache-name }}-${{ matrix.os }}-${{ matrix.quicklisp }}-${{ matrix.lisp }}-${{ hashFiles('qlfile.lock') }}"
}
},
{
Expand All @@ -174,7 +174,7 @@
"uses": "40ants/run-tests@v2",
"with": {
"asdf-system": "cl-info",
"coveralls-token": "\n${{ matrix.lisp == 'sbcl-bin' &&\n matrix.os == 'ubuntu-latest' &&\n matrix.quicklisp-dist == 'ultralisp' &&\n secrets.github_token }}"
"coveralls-token": "\n${{ matrix.lisp == 'sbcl-bin' &&\n matrix.os == 'ubuntu-latest' &&\n matrix.quicklisp == 'ultralisp' &&\n secrets.github_token }}"
}
},
{
Expand Down

0 comments on commit 543ee3d

Please sign in to comment.