Skip to content

Commit

Permalink
[ ci ] Make pack-dependent jobs to use bleeding edge
Browse files Browse the repository at this point in the history
  • Loading branch information
buzden authored and gallais committed Dec 18, 2024
1 parent 1316f58 commit b5f8610
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-idris2-and-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,8 @@ jobs:
echo "commit = \"latest:${GITHUB_REF_NAME}\""
echo "bootstrap = true"
} > pack.toml
- name: Fetching bleeding-edge state of libraries
run: pack switch HEAD
- name: Build idris2-pack
run: |
git config --global --add safe.directory "${PWD}"
Expand Down Expand Up @@ -678,6 +680,8 @@ jobs:
echo "commit = \"latest:${GITHUB_REF_NAME}\""
echo "bootstrap = true"
} > pack.toml
- name: Fetching bleeding-edge state of libraries
run: pack switch HEAD
# make sure pack is running the PR's Idris2 before building LSP
- name: Build pack with PR-Idris
run: |
Expand Down

0 comments on commit b5f8610

Please sign in to comment.