Skip to content

Commit

Permalink
fix: change working dir in incredible-squaring CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Dec 10, 2024
1 parent c1ad6f0 commit c92529e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
pull_request:
branches: [main]
branches: [ main ]
push:
branches: [main]
branches: [ main ]
workflow_dispatch:

concurrency:
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
run: echo "${{ runner.temp }}/foundry/bin" >> $GITHUB_PATH

- name: Forge build
working-directory: gadget/blueprints/incredible-squaring
working-directory: gadget/blueprints/incredible-squaring/contracts
run: forge update && forge build

- name: install rust
Expand Down

0 comments on commit c92529e

Please sign in to comment.