Skip to content

Commit

Permalink
build system update
Browse files Browse the repository at this point in the history
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
  • Loading branch information
Ho-Ro committed Jan 1, 2024
1 parent 3b12af2 commit 7f9eb94
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
run: |
git config user.email "Ho-Ro@users.noreply.github.com"
git config user.name "Ho-Ro"
git fetch --prune --unshallow --tags || true
git submodule update --init --recursive
echo "git_describe=$(git describe)"
echo "git_describe=$(git describe)" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -104,6 +106,10 @@ jobs:
# --- Clone the latest commit ---
- name: Checkout
uses: actions/checkout@v3
with:
fetch-tags: true
submodules: recursive
fetch-depth: 0

# --- Config git and get the version from "git describe" ---
- name: Config Git
Expand Down Expand Up @@ -190,6 +196,10 @@ jobs:
# --- Clone the latest commit ---
- name: Checkout
uses: actions/checkout@v3
with:
fetch-tags: true
submodules: recursive
fetch-depth: 0

# --- Config git and get the version from "git describe" ---
- name: Config Git
Expand Down Expand Up @@ -260,6 +270,10 @@ jobs:
# --- Clone the latest commit ---
- name: Checkout
uses: actions/checkout@v3
with:
fetch-tags: true
submodules: recursive
fetch-depth: 0

# --- Config git and get the version from "git describe" ---
- name: Config Git
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2023-12-31 (3b12af2): prepare next release 3.4
2023-12-31 (98959ab): prepare next release 3.4
2023-12-31 (f986d63): prepare next release 3.4
2023-12-29 (73de8e3): replace outdated CHANGELOG; small reformatting of MDSO model
Expand Down

0 comments on commit 7f9eb94

Please sign in to comment.