diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b4c2d07..52fcec1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,9 +17,6 @@ jobs: uses: crazy-max/ghaction-chocolatey@master with: args: install llvm - - name: add clang path to $PATH env - shell: bash - run: echo "PATH=$PATH:C:\msys64\mingw32\bin" >> $GITHUB_ENV - name: build shell: bash run: cargo build --workspace --verbose diff --git a/leechcore-sys/Cargo.toml b/leechcore-sys/Cargo.toml index 80449bf..469e47b 100644 --- a/leechcore-sys/Cargo.toml +++ b/leechcore-sys/Cargo.toml @@ -12,6 +12,6 @@ links = "leechcore" ctor = "0.1" [build-dependencies] -cc = "1.0.62" -bindgen = "0.55" +cc = "1.0" +bindgen = "0.56" pkg-config = "0.3"