Skip to content

Commit

Permalink
Merge pull request #230 from NoshonNetworks/build
Browse files Browse the repository at this point in the history
update codebase
  • Loading branch information
fishonamos authored Dec 10, 2024
2 parents d1f4583 + f2de1f1 commit 3429cad
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@ on:
branches: ["main"]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Cache Scarb dependencies
uses: actions/cache@v3
with:
path: ~/.scarb
key: ${{ runner.os }}-scarb-${{ hashFiles('**/Cargo.toml') }}
restore-keys: |
${{ runner.os }}-scarb-
- name: Install Scarb
run: |
curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | sh
- name: Run Scarb commands
working-directory: ./land_registry
run: |
scarb build
# build:
# runs-on: ubuntu-latest

# steps:
# - uses: actions/checkout@v3

# - name: Cache Scarb dependencies
# uses: actions/cache@v3
# with:
# path: ~/.scarb
# key: ${{ runner.os }}-scarb-${{ hashFiles('**/Cargo.toml') }}
# restore-keys: |
# ${{ runner.os }}-scarb-

# - name: Install Scarb
# run: |
# curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | sh

# - name: Run Scarb commands
# working-directory: ./land_registry
# run: |
# scarb build

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3429cad

Please sign in to comment.