diff options
author | Son Ho | 2023-11-10 17:25:47 +0100 |
---|---|---|
committer | Son Ho | 2023-11-10 17:25:47 +0100 |
commit | 57ffe2c9b46e196310f0abd6c001751fe2f2a6b9 (patch) | |
tree | fc9dd6ea2eb4e71c2667d57a2467517a3be83db5 /.github/workflows | |
parent | 2331b4c0d45fd47bae95e4d3380044973e4477e0 (diff) |
Update the ci.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32f2dab0..82b7e724 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,9 +27,8 @@ 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 # Verify - - run: cd tests/lean && make + - run: source ~/.profile && cd tests/lean && make |