diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c0063e9..f662b77 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -16,16 +16,10 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@master - - name: Checkout submodules - uses: srt32/git-actions@v0.0.3 + uses: actions/checkout@v4 with: - args: git submodule update --init --recursive - - name: Set up Clang - uses: egor-tensin/setup-clang@v1 - with: - version: latest - platform: x64 + submodules: recursive + - name: Build run: cargo build --verbose - name: Run tests