diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2023-11-17 11:27:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-17 11:27:01 +0100 |
| commit | e53da4ddeb79e43d0b2ff18461fd18a8191364c9 (patch) | |
| tree | d93cc8fccd1b66dd5c9962c49e9172be2d0aca50 /.github | |
| parent | 6216b0f2a35e547791bbfc22fc566bbdb5ea45a7 (diff) | |
Update nightly.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nightly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index a531140..8c789a5 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Download LLVM - run: sudo apt-get install llvm-11 clang-11 + run: sudo apt update && sudo apt purge -qq -y llvm-12 clang-12 - name: Download Odin run: | git clone https://github.com/odin-lang/Odin |