Skip to content

Commit

Permalink
Merge pull request #417 from hotg-ai/update_dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
Michael Bryan authored Mar 1, 2022
2 parents 412c298 + df327c3 commit 9ec8d24
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 29 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-${{ github.workflow }}-${{ github.job }}-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-${{ github.workflow }}-${{ github.job }}
- name: Update Rustup
run: |
# We need to update rustup because the mac version is out of date and
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-${{ github.workflow }}-${{ github.job }}-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-${{ github.workflow }}-${{ github.job }}
- uses: actions/setup-python@v2
with:
python-version: "3.6"
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
~/.cargo/git
target
bindings/web/node_modules
key: ${{ runner.os }}-${{ github.workflow }}-${{ github.job }}-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-${{ github.workflow }}-${{ github.job }}
- name: Setup Rust
run: rustup show
- name: check @hotg-ai/rune
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
# artifact_name: "target/rune.*.zip"
# asset_name: rune-windows
# HACK: Disabling macos builds due to https://github.com/hotg-ai/librunecoral/issues/43
- macos-latest
- name: macos
os: macos-latest
artifact_name: "target/rune.*.zip"
Expand All @@ -67,7 +66,7 @@ jobs:
path: |
~/.cargo/registry
~/.cargo/git
key: ${{ runner.os }}-${{ github.workflow }}-${{ github.job }}-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-${{ github.workflow }}-${{ github.job }}
- name: Setup Rust
run: rustup show
- uses: actions-rs/install@v0.1
Expand Down
48 changes: 24 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9ec8d24

Please sign in to comment.