Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for CI that cannot load p12 files #409

Merged
merged 1 commit into from Mar 22, 2024
Merged

Conversation

adam-fowler
Copy link
Member

No description provided.

@@ -15,7 +15,7 @@
import Atomics

/// Generate Unique ID for each request
public struct RequestID: CustomStringConvertible {
public struct RequestID: CustomStringConvertible, Sendable {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't know why but the compiler only just started complaining about this now, but it is a valid complaint

@adam-fowler adam-fowler merged commit a71c880 into main Mar 22, 2024
5 checks passed
@adam-fowler adam-fowler deleted the p12-no-interaction branch March 22, 2024 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants