Skip to content

Commit

Permalink
Switch xz to tukaani repo (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev authored Apr 1, 2024
1 parent 52f12b4 commit 535c024
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

env:
USE_CACHE: "0"
USE_CACHE: "1"
RESET_CACHE: "0"
USE_CODEQL: "1"
BUILD_ARCHIVES: ${{ startsWith(github.event.ref, 'refs/tags') && 1 || 0 }}
Expand Down
7 changes: 4 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
path = external/qmqtt
url = https://github.com/emqx/qmqtt.git
ignore = dirty
[submodule "external/xz"]
path = external/xz
url = https://github.com/tukaani-project/xz.git
[submodule "external/mdns"]
path = external/mdns
url = https://github.com/mjansson/mdns.git
[submodule "external/xz"]
path = external/xz
url = https://git.tukaani.org/xz.git
branch = v5.2
2 changes: 1 addition & 1 deletion external/xz
Submodule xz updated from 238b4e to 774145

0 comments on commit 535c024

Please sign in to comment.