Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed May 3, 2024
1 parent 4d6d92d commit 0292f4f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/plutus-tx-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout plutus
uses: actions/checkout@v4.1.4
with:
path: plutus
path: plutus-tx-template/plutus

- name: Write cabal.project.local
uses: DamianReeves/write-file-action@v1.3
Expand All @@ -42,10 +42,8 @@ jobs:
- name: Build Project With Docker
run: |
pwd
ls -la .
ls -la ..
cd plutus-tx-template
ls -la
docker run \
-v ./.:/workspaces/plutus-tx-template \
-w /workspaces/plutus-tx-template \
Expand Down

0 comments on commit 0292f4f

Please sign in to comment.