From d7e618f14331e8bb2a8ad1014feece473de1fc19 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 24 Jul 2021 05:26:13 -0400 Subject: [PATCH] Fix a typo in a comment in the GitHub Actions workflow file (#36) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad1c79e..4b924f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: - 'package_linux.powerpc64le' - 'package_linux.x86_64' - # The `package_linux` images is `alpine`-based + # The `package_musl` image is `alpine`-based - 'package_musl.x86_64' # The `llvm_passes` image is a short-term solution for the `analyzegc` builder