Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Jun 17, 2023
1 parent e8571e9 commit b63fb81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
SCARB_VERSION: 0.4.0
SCARB_VERSION: 0.5.0-alpha.0

jobs:
build-contracts:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
cd contracts/market && scarb build && scarb cairo-test
build-pack:
name: Build Market
name: Build Pack
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b63fb81

Please sign in to comment.