Skip to content

Commit

Permalink
clang path
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Nov 7, 2022
1 parent 229907c commit ae74475
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
version: "10.0"
- name: llvm path setup
run: |
export LIBCLANG_PATH=${LLVM_PATH}
tree /llvm
export LIBCLANG_PATH=${LLVM_PATH}/lib
- name: Build wheels - x86_64
uses: messense/maturin-action@v1
with:
Expand Down Expand Up @@ -70,7 +71,8 @@ jobs:
working-directory: ${{ env.LLVM_PATH }}/lib
- name: llvm path setup
run: |
export LIBCLANG_PATH=${LLVM_PATH}
tree /llvm
export LIBCLANG_PATH=${LLVM_PATH}/lib
- name: Build wheels
uses: messense/maturin-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reasonable"
version = "0.2.1-alpha9"
version = "0.2.1-alpha10"
authors = ["Gabe Fierro <[email protected]>"]
repository = "https://github.com/gtfierro/reasonable"
homepage = "https://brickschema.org/"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "reasonable"
version = "0.2.1-a9"
version = "0.2.1-a10"
description = "Python interface to 'reasonable', a Datalog implementation of the OWL 2 RL profile"
authors = ["Gabe Fierro <[email protected]>"]
license = "bsd-3-clause"
Expand Down

0 comments on commit ae74475

Please sign in to comment.