commit 623bf066e3e88ab7e4ed21dc8e2ba5775cffe1f5 parent 29ec6da03a0c248f3548f4c3efe44c523ea22a0c Author: Andreas Gruhler <agruhl@gmx.ch> Date: Sat, 10 Jul 2021 00:17:15 +0200 fix typo Diffstat:
M | .github/workflows/c.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml @@ -26,4 +26,4 @@ jobs: - name: Check out repository uses: actions/checkout@v2 - name: make install - uses: ./.github/c/make-instal + uses: ./.github/c/make-install