Skip to content

Commit

Permalink
comment out installing cairo
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Sep 4, 2024
1 parent 7f1e697 commit 2f4b0b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable

- name: Install Cairo
uses: ./.github/actions/install-cairo
# - name: Install Cairo
# uses: ./.github/actions/install-cairo

- name: Test
run: nix develop -c make test-ts-contracts
Expand All @@ -38,8 +38,8 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable

- name: Install Cairo
uses: ./.github/actions/install-cairo
# - name: Install Cairo
# uses: ./.github/actions/install-cairo

- name: Install Starknet Foundry
uses: ./.github/actions/install-starknet-foundry
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable

- name: Install Cairo
uses: ./.github/actions/install-cairo
# - name: Install Cairo
# uses: ./.github/actions/install-cairo

- name: Install Starknet Foundry
uses: ./.github/actions/install-starknet-foundry
Expand Down

0 comments on commit 2f4b0b6

Please sign in to comment.