diff --git a/.github/workflows/sycl_precommit.yml b/.github/workflows/sycl_precommit.yml index 63b5e34d9c4b6..20f3199c2f766 100644 --- a/.github/workflows/sycl_precommit.yml +++ b/.github/workflows/sycl_precommit.yml @@ -7,16 +7,13 @@ on: jobs: lint: - # TODO use nightly builds of SYCL to get clang-format runs-on: ubuntu-latest + container: + image: ghcr.io/intel/llvm/sycl_ubuntu2004_nightly:no-drivers steps: - - name: Get clang-format first - run: sudo apt-get install -yqq clang-format - - uses: actions/checkout@v2 with: fetch-depth: 2 - - name: Run clang-format uses: ./devops/actions/clang-format