Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Cong committed Jul 27, 2023
1 parent c7a2c15 commit 5b70a99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: martin2038/rpc-dart-client
path: ./rpcurl/dart/
path: ./rpcurl/dart/rpc-dart-client

- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603

Expand All @@ -42,6 +42,8 @@ jobs:
- name: compile
working-directory: ./rpcurl/dart/
run: |
pwd
ls -lah
dart pub get
mkdir ${{ matrix.runs-on }}
dart compile exe bin/rpcurl.dart -o ${{ matrix.runs-on }}/${{ matrix.binary-name }}
Expand Down

0 comments on commit 5b70a99

Please sign in to comment.