Skip to content

Bump ruby/setup-ruby from 1.179.1 to 1.193.0 #220

Bump ruby/setup-ruby from 1.179.1 to 1.193.0

Bump ruby/setup-ruby from 1.179.1 to 1.193.0 #220

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
name: crystal
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
crystal_build:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:1-alpine
steps:
- name: crystal_build_checkout
uses: actions/checkout@v4
- name: crystal_build_build
working-directory: ./projectdbctl
run: shards build --verbose --production --release --static --no-debug