Skip to content

Commit

Permalink
fix pc ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatka committed Nov 7, 2023
1 parent 59f6c1e commit d01f266
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,12 +312,6 @@ jobs:
with:
path: target
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.toml') }}
- name: Install Rust
run: |
export HOME=/root
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
echo "$HOME/.rustup/bin" >> $GITHUB_PATH

- name: Install Rust toolchain
run: rustup default stable
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shield3/banyan",
"version": "0.3.9",
"version": "0.3.10",
"description": "Banyan policy engine",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit d01f266

Please sign in to comment.