Skip to content

Commit 5bc449d

Browse files
committed
try newer compiler
1 parent 69d306e commit 5bc449d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/publish-conan-branch-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
public_artifactory: true
1414
os: ubuntu-22.04
15-
compiler: clang-15
15+
compiler: clang-17
1616
cmake-version: 3.24.0
1717
conan-version: 2.3.0
1818
secrets:

test_package/conanfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
class TestPackageConan(ConanFile):
1010
settings = "os", "compiler", "build_type", "arch"
1111
generators = "CMakeDeps", "CMakeToolchain"
12-
default_options = {"dice-hash/*:with_blake": True}
1312

1413
def requirements(self):
1514
self.requires(self.tested_reference_str)

0 commit comments

Comments
 (0)