File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11name : Generate Bindings
22on :
33 workflow_dispatch :
4+ push :
5+ branches : [main]
6+ paths :
7+ - .github/workflows/generate_bindings.yml
8+ - gen/**
49concurrency :
510 group : ${{ github.workflow }}-${{ github.ref || github.run_id }}
611 cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ aws_c_common_jll = "73048d1d-b8c4-5092-a58d-866c5e8d1e50"
99[compat ]
1010Aqua = " 0.7"
1111CEnum = " 0.5"
12- aws_c_common_jll = " 0.9.14"
12+ aws_c_common_jll = " = 0.9.14"
1313julia = " 1.6"
1414
1515[extras ]
Original file line number Diff line number Diff line change 22
33julia_version = " 1.10.2"
44manifest_format = " 2.0"
5- project_hash = " 2fe88c2d4906b932c5d15da7632d9ce4ec911637 "
5+ project_hash = " 17529965341e648e57dcbc863dd11933859fd679 "
66
77[[deps .ArgTools ]]
88uuid = " 0dad84c5-d112-42e6-8d28-ef12dabb789f"
@@ -207,6 +207,12 @@ deps = ["Libdl"]
207207uuid = " 83775a58-1f1d-513f-b197-d71354ab007a"
208208version = " 1.2.13+1"
209209
210+ [[deps .aws_c_common_jll ]]
211+ deps = [" Artifacts" , " JLLWrappers" , " Libdl" ]
212+ git-tree-sha1 = " 586a1aa2fdda172c45587b52f5329fedde14f44c"
213+ uuid = " 73048d1d-b8c4-5092-a58d-866c5e8d1e50"
214+ version = " 0.9.14+0"
215+
210216[[deps .libLLVM_jll ]]
211217deps = [" Artifacts" , " Libdl" ]
212218uuid = " 8f36deef-c2a5-5394-99ed-8e07531fb29a"
Original file line number Diff line number Diff line change 11[deps ]
22Clang = " 40e3b903-d033-50b4-a0cc-940c62c95e31"
33JLLPrefixes = " afc68a34-7891-4c5a-9da1-1c62935e7b0d"
4+ aws_c_common_jll = " 73048d1d-b8c4-5092-a58d-866c5e8d1e50"
45
56[compat ]
67Clang = " 0.17"
78JLLPrefixes = " 0.3"
9+ aws_c_common_jll = " =0.9.14"
You can’t perform that action at this time.
0 commit comments