summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2022-09-06 13:00:02 -0400
committerAnthony Green <green@moxielogic.com>2022-09-06 13:00:02 -0400
commit62471fd078db7ef66ca8b3118187a2911f2bb3e7 (patch)
tree1045059e3bb2d7d88e2da79fe7fa40760e4cdd2a /.github
parentb2344575569bc3bd129ad0ff92b49dc220fb287b (diff)
downloadlibffi-62471fd078db7ef66ca8b3118187a2911f2bb3e7.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 12fae39..5cdd4ca 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -224,7 +224,7 @@ jobs:
- run: ./.ci/install.sh
- run: ${{ matrix.compilers }} ./.ci/build.sh
-build-msvc:
+ build-msvc:
name: Build & test with Visual C++
runs-on: windows-latest