aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/pr.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pr.yml')
-rw-r--r--.github/workflows/pr.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index f5e8385..b916f97 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -17,7 +17,7 @@ jobs:
run: pip install pybase16-builder
- name: Fetch the repository code
uses: actions/checkout@v2
- - name: Run make build
- run: make build
+ - name: Run make
+ run: make
- name: Check if there are changes
run: git diff --exit-code