summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2022-09-07 07:20:59 -0400
committerAnthony Green <green@moxielogic.com>2022-09-07 07:20:59 -0400
commitcca77833fd53ffec93a4962d1e9cd7ea5a38f13f (patch)
treed91430783b61952fbafa660bfe3547b6a369cc54 /.github
parent8ee64076f1b7cc654ff24adaffff25ddb3d57484 (diff)
downloadlibffi-cca77833fd53ffec93a4962d1e9cd7ea5a38f13f.tar.gz
Fix typo
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d1cc5e6..bc4d48e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -149,7 +149,7 @@ jobs:
- name: Generate build dir name
id: build-dir
run: |
- echo '::set-output name=BUILD_DIR=t/$GITHUB_RUN_NUMBER-$RANDOM'
+ echo '::set-output name=BUILD_DIR::t/$GITHUB_RUN_NUMBER-$RANDOM'
- name: Check for host availability
id: check-host