mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-13 09:55:35 +03:00
Fix bad tag syntax
This commit is contained in:
parent
435b75d3ae
commit
2c37f2f7ad
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -87,7 +87,7 @@ jobs:
|
||||
if: env.build_haddocks
|
||||
run: stack --no-terminal build --fast --haddock
|
||||
- name: build
|
||||
if: ! env.build_haddocks
|
||||
if: $${ !env.build_haddocks }}
|
||||
run: stack --no-terminal build --fast
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user