Skip to content

Commit

Permalink
no fortran
Browse files Browse the repository at this point in the history
  • Loading branch information
krauthaufen committed Apr 28, 2023
1 parent af8b1d9 commit b7b2e50
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
-name "GitHub"
-username "aardvark-community"
-password "${{ secrets.GITHUB_TOKEN }}"
- name: Setup Fortran
uses: awvwgk/setup-fortran@main
with:
compiler: gcc
version: 11
# - name: Setup Fortran
# uses: awvwgk/setup-fortran@main
# with:
# compiler: gcc
# version: 11
- name: Build Native Libraries
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -63,11 +63,11 @@ jobs:
-name "GitHub"
-username "aardvark-community"
-password "${{ secrets.GITHUB_TOKEN }}"
- name: Setup Fortran
uses: awvwgk/setup-fortran@main
with:
compiler: gcc
version: 11
# - name: Setup Fortran
# uses: awvwgk/setup-fortran@main
# with:
# compiler: gcc
# version: 11
- name: Build Native Libraries
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b7b2e50

Please sign in to comment.