Skip to content

Commit

Permalink
fix: remove old setup-native-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-pino committed Oct 3, 2024
1 parent 952240b commit fc0897b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 55 deletions.
44 changes: 0 additions & 44 deletions .github/actions/setup-native-deps/action.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/blockifier_compiled_cairo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/bootstrap

- name: Set up Native Dependencies
uses: ./.github/actions/setup-native-deps
id: native-deps

# Setup pypy and link to the location expected by .cargo/config.toml.
- uses: actions/setup-python@v5
id: setup-pypy
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ jobs:
version: "0.9.0"
locked: true
components: clippy
- name: Set up Native Dependencies
uses: ./.github/actions/setup-native-deps
id: native-deps
- uses: Swatinem/rust-cache@v2
with:
prefix-key: "v0-rust-ubuntu-20.04"

# Setup pypy and link to the location expected by .cargo/config.toml.
- uses: actions/setup-python@v5
Expand Down

0 comments on commit fc0897b

Please sign in to comment.