summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSon Ho2023-11-10 17:22:25 +0100
committerSon Ho2023-11-10 17:22:25 +0100
commit2331b4c0d45fd47bae95e4d3380044973e4477e0 (patch)
tree8eb0336b6d04fd4b153cf52e870fa6b89781778d /.github
parente74bbd8c4b14686b2886754607036fe4f84d1d49 (diff)
Update the ci.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2ea5dc4f..32f2dab0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,6 +27,7 @@ jobs:
# Install Elan (https://leanprover-community.github.io/install/linux.html) and Lean in
# non-interactive mode:
- run: curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | bash -s -- -y
+ - run: source ~/.profile
# Checkout the repo and download it to the runner
- name: Checkout
uses: actions/checkout@v4