Skip to content

Commit

Permalink
CI build workflow debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gpg4b committed Aug 26, 2024
1 parent 31f5e7f commit f62ff72
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ permissions:

jobs:
build_publish_release:
runs-on: ubuntu-20.04
# runs-on: ubuntu-latest
runs-on: ubuntu-latest

steps:
-
Expand All @@ -38,10 +37,12 @@ jobs:

-
name: Build wallet core
uses: adrielcodeco/docker-compose-run-action@v1
with:
compose-file: "./docker-compose.yml"
service: build-wasm-core
run: docker compose run build-wasm-core

# uses: adrielcodeco/docker-compose-run-action@v1
# with:
# compose-file: "./docker-compose.yml"
# service: build-wasm-core

# -
# name: Build UTXORD wallet
Expand Down

0 comments on commit f62ff72

Please sign in to comment.