Skip to content

Commit 70b3891

Browse files
author
Shubham Chaturvedi
committed
fix: CI
1 parent 9650048 commit 70b3891

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/library_go_tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
library: [AwsEncryptionSDK]
2323
go-version: [ "1.23" ]
2424
os: [
25-
windows-latest,
25+
# Sed script doesn't work properly on windows
26+
# windows-latest,
2627
ubuntu-latest,
2728
macos-13,
2829
]

0 commit comments

Comments
 (0)