summaryrefslogtreecommitdiffstats
path: root/.github/workflows/c-cpp.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/c-cpp.yml')
-rw-r--r--.github/workflows/c-cpp.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index a383a52..b6eb2a5 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -13,6 +13,8 @@ jobs:
13 13
14 steps: 14 steps:
15 - uses: actions/checkout@v3 15 - uses: actions/checkout@v3
16 - name: setup
17 run: ./tools/setup
16 - name: configure 18 - name: configure
17 run: ./configure 19 run: ./configure
18 - name: make 20 - name: make