Updated build dependencies

pull/7/head
ko1N 4 years ago
parent 931e421a0f
commit 98da62e3dc

@ -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

@ -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"

Loading…
Cancel
Save