Skip to content

Commit fbb432e

Browse files
committed
now
1 parent 1be28d4 commit fbb432e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
, "test/**"
6161
, "shake-bench/**"
6262
]'
63-
- run: echo ${{needs.get_ghcs.outputs.ghcs}}
6463

6564
test:
6665
if: needs.pre_job.outputs.should_skip != 'true'
@@ -74,7 +73,7 @@ jobs:
7473
# **don't forget**
7574
# to update the ghc versions in 'caching.yml'.
7675
matrix:
77-
ghc: ${{ fromJSON(needs.get-ghcs.outputs.ghcs) }}
76+
ghc: ${{ fromJSON(needs.get_ghcs.outputs.ghcs) }}
7877
os:
7978
- ubuntu-latest
8079
- macOS-latest

0 commit comments

Comments
 (0)