Skip to content

Commit

Permalink
chore: github temp folder
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 f875599 commit 9b63a25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build
run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }}
run-name: Building to ${{ inputs.deploy_target }} by @${{ github.actor }}
on:
push:
tags:
Expand Down Expand Up @@ -51,6 +51,9 @@ jobs:
# - name: Lint
# run: make lint

- name: Set TMPDIR environment variable
run: echo "TMPDIR=${{ runner.temp }}" >> $GITHUB_ENV

- name: Build IOS
run: make build.ios

0 comments on commit 9b63a25

Please sign in to comment.