Skip to content

Commit

Permalink
Merge pull request #64 from LexouDuck/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
LexouDuck authored Oct 1, 2024
2 parents a2acf00 + de41bb6 commit 94f07db
Show file tree
Hide file tree
Showing 20 changed files with 2,245 additions and 174 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4



Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
run: make BUILDMODE=release dist

- name: Upload build binary artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: libccc-build_${{matrix.os}}_${{matrix.compiler}}
path: ./dist/*.zip
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# NOTE: the two following variables are to stay at the very top of this Makefile and never move

#! The complete absolute path of the root-level makefile
MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
MKFILE_PATH := "$(abspath $(lastword $(MAKEFILE_LIST)))"
#! The directory of the root-level makefile
CURRENT_DIR := $(patsubst %/,%,$(dir $(MKFILE_PATH)))
#! The sub-directory in which makefile scripts are stored
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
libccc@0.11.32-2023-04-07_f1d7e1536c378a835b828e5a441421edb3859cc7
libccc@0.12.0-2024-03-14_48a7a5ec0376e5be1aef83ac3f33f8b96156ba5d
Loading

0 comments on commit 94f07db

Please sign in to comment.