Skip to content

Commit

Permalink
Github action update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhjp01 committed Feb 14, 2024
1 parent 212fca0 commit 399072e
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/upload-conan-pkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
- uses: actions/checkout@v4
- name: Install compiler
run: sudo apt-get install -y --no-install-recommends g++-${{ matrix.compiler_version }}
- name: Create a conan dir
run: mkdir -p ~/.conan2
- name: Cache conan packages
id: cache-conan
uses: actions/cache@v3
Expand Down Expand Up @@ -73,8 +71,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Create a conan dir
run: mkdir -p ~/.conan2
- name: Cache conan packages
id: cache-conan
uses: actions/cache@v3
Expand Down
36 changes: 36 additions & 0 deletions conan.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"version": "0.5",
"requires": [
"zlib/1.2.13#4e74ebf1361fe6fb60326f473f276eb5%1705999194.457",
"thrift/0.13.0#8bd2122ceb3c07876686b591d0828c01%1702047235.429",
"openssl/3.2.1#39bd48ed31f1f3fbdcd75a0648aaedcf%1707222937.921",
"libevent/2.1.12#b6333a128075d75a3614bd8418bf2099%1705933504.312",
"fmilibrary/2.3#77dd7ce8c882febc94ea171e8fbae2e4%1700489951.831",
"cli11/2.3.2#1424b9b1d9e3682a7122f415b078b4d7%1700478526.866",
"bzip2/1.0.8#457c272f7da34cb9c67456dd217d36c4%1703591832.799",
"boost/1.81.0#753df9d4f149a5551335f47abe21de0b%1706382847.04"
],
"build_requires": [
"zlib/1.2.13#4e74ebf1361fe6fb60326f473f276eb5%1705999194.457",
"winflexbison/2.5.24#8dbe6c515b85557ac36c9a4d5db35244%1683807486.064",
"thrift/0.13.0#8bd2122ceb3c07876686b591d0828c01%1702047235.429",
"strawberryperl/5.32.1.1#8f83d05a60363a422f9033e52d106b47%1700478651.037",
"openssl/3.2.1#39bd48ed31f1f3fbdcd75a0648aaedcf%1707222937.921",
"nasm/2.15.05#058c93b2214a49ca1cfe9f8f26205568%1703550024.076",
"libevent/2.1.12#b6333a128075d75a3614bd8418bf2099%1705933504.312",
"cmake/3.28.1#92f79424d7b65b12a84a2180866c3a78%1703679314.116",
"bzip2/1.0.8#457c272f7da34cb9c67456dd217d36c4%1703591832.799",
"boost/1.81.0#753df9d4f149a5551335f47abe21de0b%1706382847.04",
"b2/4.10.1#a41eecb267963ddf518e3c177eae60e1%1707500896.52"
],
"python_requires": [],
"overrides": {
"zlib/1.2.13": [
null,
"zlib/1.2.13#4e74ebf1361fe6fb60326f473f276eb5"
],
"zlib/[>=1.2.11 <2]": [
"zlib/1.2.13"
]
}
}

0 comments on commit 399072e

Please sign in to comment.