Skip to content

Commit

Permalink
ci: actions/checkout@v3 in containers
Browse files Browse the repository at this point in the history
  • Loading branch information
tueda committed Jul 7, 2024
1 parent 4cb371a commit c88b800
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ jobs:
container:
image: ${{ matrix.image }}
# See: https://github.com/orgs/community/discussions/53771
volumes:
- /home/runner/work/_actions/awvwgk/setup-fortran/v1:/home/runner/work/_actions/awvwgk/setup-fortran/v1
# volumes:
# - /home/runner/work/_actions/awvwgk/setup-fortran/v1:/home/runner/work/_actions/awvwgk/setup-fortran/v1
steps:
- name: Checkout the repository
uses: actions/checkout@v4
uses: actions/checkout@v3

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

0 comments on commit c88b800

Please sign in to comment.