Skip to content

Commit

Permalink
Use | multiline yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Aug 23, 2024
1 parent 4fec0f2 commit f371e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ jobs:

- name: Install Dependencies for Mac
if: ${{ runner.os == 'macOS' }}
run: >
run: |
brew update
brew install gcc@13
echo "FC=$(brew --prefix gcc@13)/bin/gfortran-13" >> $GITHUB_ENV
echo MACOSX_DEPLOYMENT_TARGET=${{ matrix.macos_dev_target }} >> $GITHUB_ENV
- name: Install Dependencies for Linux
if: ${{ runner.os == 'Linux' }}
run: >
run: |
sudo apt-get update
sudo apt-get install libxkbcommon-x11-0 xorg-dev libgl1-mesa-dev
if [[ "${{ matrix.os }}" == "ubuntu-24.04" ]]; then
Expand Down

0 comments on commit f371e53

Please sign in to comment.