Skip to content

Commit

Permalink
Work around actions/checkout#2041
Browse files Browse the repository at this point in the history
  • Loading branch information
sethrj committed Jan 27, 2025
1 parent b8e0fce commit c7c852d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
# Turn warnings into errors only for PRs
# Disable expensive graphs for PRs also
run: |
# NOTE: tags have issues, see https://github.com/actions/checkout/issues/2041
git fetch --tags
ln -fs scripts/cmake-presets/ci-ubuntu-github.json CMakeUserPresets.json
mkdir build && cd build
cmake --preset=${CMAKE_PRESET} --log-level=VERBOSE \
Expand Down Expand Up @@ -83,6 +85,8 @@ jobs:
pip install -r scripts/doc-requirements.txt
- name: Configure celeritas
run: |
# NOTE: tags have issues, see https://github.com/actions/checkout/issues/2041
git fetch --tags
ln -fs scripts/cmake-presets/ci-ubuntu-github.json CMakeUserPresets.json
mkdir build && cd build
cmake --preset=${CMAKE_PRESET} --log-level=VERBOSE \
Expand Down

0 comments on commit c7c852d

Please sign in to comment.