diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e13c73f..4f54d09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: rui314/setup-mold@v1 - run: sudo apt-get -qq update && sudo apt-get -qq install pkg-config yasm nasm musl-dev clang llvm - run: curl -fsSL https://sh.rustup.rs | sh -s -- -y