From d2464c2585ca930f5f6490a77e86363b03c6961c Mon Sep 17 00:00:00 2001 From: Corwin Kuiper Date: Sun, 20 Jun 2021 23:11:26 +0100 Subject: [PATCH] add run to actually run something --- .github/workflows/linker-script.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linker-script.yml b/.github/workflows/linker-script.yml index f59df43c..06e75c39 100644 --- a/.github/workflows/linker-script.yml +++ b/.github/workflows/linker-script.yml @@ -9,4 +9,4 @@ jobs: - name: Check out repository uses: actions/checkout@v2 - name: Check if gba.ld files are identical - cmp --silent -- "agb/gba.ld" "template/gba.ld" + run: cmp --silent -- "agb/gba.ld" "template/gba.ld"