Skip to content

Commit

Permalink
Remove newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
mbg committed Jul 12, 2024
1 parent 97b436f commit 8255549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/custom-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
if: inputs.resolver != ''
shell: bash
run: |
echo "resolver: ${{ inputs.resolver }}\n" >> custom.yaml
echo "resolver: ${{ inputs.resolver }}" >> custom.yaml
- name: "Write ghc version"
if: inputs.ghc != ''
shell: bash
run: |
echo "compiler: ${{ inputs.ghc }}\n" >> custom.yaml
echo "compiler: ${{ inputs.ghc }}" >> custom.yaml
- name: "Build with Stack (custom configuration)"
uses: mbg/actions/stack/build@v0.1
Expand Down

0 comments on commit 8255549

Please sign in to comment.