Skip to content

Commit

Permalink
Remove ci attribute which does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-iohk committed Jan 18, 2022
1 parent f7166b7 commit 2e08c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -30,7 +30,7 @@ jobs:
restore-keys: |
${{ runner.os }}-key
- run: nix-shell -A ci --run 'build-ci.sh'
- run: nix-shell --run 'build-ci.sh'
# https://giters.com/gfx/example-github-actions-with-tty
# The default shell does not allocate a TTY which breaks some tests
shell: 'script -q -e -c "bash {0}"'
Expand Down

0 comments on commit 2e08c66

Please sign in to comment.