diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 56a6ceae96e0..97fa7cabb9cb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -93,7 +93,7 @@ jobs: password: ${{ secrets.github_token }} steps: - uses: actions/checkout@v3 - - name: make check_llvm_none + - name: set llvm_none make check run: | CHPL_LLVM=none ./util/buildRelease/smokeTest chpl check_annotations_rt_calls: