Skip to content

Commit

Permalink
Update CBOR to always have an accept header (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp authored Oct 18, 2024
1 parent 0b2a323 commit 050b1fb
Showing 13 changed files with 106 additions and 241 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/codegen_ci.yml
Original file line number Diff line number Diff line change
@@ -18,17 +18,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.ruby_version }}

- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: ${{ env.java_version }}

- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.ruby_version }}

- uses: actions/checkout@v4

- name: Install gems
2 changes: 1 addition & 1 deletion codegen/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ allprojects {
version = "0.3.0"
}

extra["smithyVersion"] = "1.50.0"
extra["smithyVersion"] = "1.52.0"

// The root project doesn't produce a JAR.
tasks["jar"].enabled = false
31 changes: 22 additions & 9 deletions codegen/projections/rpcv2_cbor/lib/rpcv2_cbor/builders.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 050b1fb

Please sign in to comment.