Skip to content

Commit

Permalink
bump asdf
Browse files Browse the repository at this point in the history
Signed-off-by: Iuri Pereira <[email protected]>
  • Loading branch information
iuricmp committed Jul 25, 2023
1 parent 9b63a25 commit 4bc2abf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ on:
jobs:
build-and-lint:
runs-on: ubuntu-latest
name: Build, lint and test JS
name: Build, lint and test
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup asdf
uses: asdf-vm/actions/setup@v1
# - name: Setup asdf
# uses: asdf-vm/actions/setup@v2

- name: Setup node
run: |
Expand Down Expand Up @@ -55,5 +55,6 @@ jobs:
run: echo "TMPDIR=${{ runner.temp }}" >> $GITHUB_ENV

- name: Build IOS
uses: asdf-vm/actions/install@v2
run: make build.ios

0 comments on commit 4bc2abf

Please sign in to comment.