commit 7e28200ba2dcd8d2e173fe26f521240bae62a890
parent b9a5fd5bc5e26183e148285603fc114966ae8e0c
Author: Friedel Schön <[email protected]>
Date: Sat, 10 Jun 2023 23:42:19 +0200
Merge branch 'master' of https://github.com/friedelschoen/fiss
Diffstat:
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
@@ -11,6 +11,9 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v3
+
+ - name: Configuring Environment
+ run: ./configure --verbose
- name: Build Binaries
run: make binary
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
@@ -11,6 +11,9 @@ jobs:
- name: Check out
uses: actions/checkout@v3
+ - name: Configuring Environment
+ run: ./configure --verbose
+
- name: Generate Documentation
run: 'make documentation'