.github/workflows/comments.yml in rbs-3.4.2 vs .github/workflows/comments.yml in rbs-3.4.3

- old
+ new

@@ -6,21 +6,23 @@ - master pull_request: {} merge_group: {} jobs: - test: + comments: runs-on: "ubuntu-latest" - container: - image: rubylang/ruby:3.2-dev-focal - env: - RUBY_COMMIT: v3_3_0 + # env: + # RUBY_COMMIT: v3_3_0 steps: - uses: actions/checkout@v4 + - uses: ruby/setup-ruby@v1 + with: + ruby-version: "3.3" + bundler: none - name: Install dependencies run: | - apt-get update - apt-get install -y libdb-dev curl + sudo apt-get update + sudo apt-get install -y libdb-dev curl - name: Update rubygems & bundler run: | ruby -v gem update --system - name: bin/setup