Skip to content

Commit

Permalink
trying to fix developer workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jul 17, 2024
1 parent f066e0d commit dbc330b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@ concurrency:
cancel-in-progress: true

jobs:
permissions:
id-token: write

developer:
runs-on: ubuntu-latest
env:
FC: gfortran
CC: gcc

permissions:
id-token: write
pages: write

steps:

- name: install
Expand Down

0 comments on commit dbc330b

Please sign in to comment.