Skip to content

Commit

Permalink
ci: try
Browse files Browse the repository at this point in the history
  • Loading branch information
tueda committed Jul 7, 2024
1 parent 8072626 commit b663f5e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,17 @@ jobs:
runs-on: ubuntu-latest
container:
image: ${{ matrix.image }}
# Composite actions should be manually mounted.
# See: https://github.com/orgs/community/discussions/53771
volumes:
- /home/runner/work/_actions/fortran-lang/setup-fortran/v1:/home/runner/work/_actions/fortran-lang/setup-fortran/v1
# https://github.com/actions/checkout/issues/1590#issuecomment-2207052044
# Workaround for checkout@v3 on containers.
# See: https://github.com/actions/checkout/issues/1590#issuecomment-2207052044
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# fortran-lang/setup-fortran requires sudo on Ubuntu.
- name: Create a dummy sudo
Expand Down

0 comments on commit b663f5e

Please sign in to comment.