Skip to content

Commit

Permalink
Update CI config.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopl committed Jul 25, 2024
1 parent a210d44 commit 4bfe2d2
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,23 @@
name: CI

on:
push:
pull_request:
branches: [main]
schedule:
- cron: '0 0 * * *'
- cron: '20 16 * * 6'

jobs:
test:
strategy:
fail-fast: true
matrix:
include:
- {os: ubuntu-latest, crystal: latest}
runs-on: ${{ matrix.os }}
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
with:
crystal: ${{ matrix.crystal }}
- name: Install dependencies
crystal: latest
- name: Install package dependencies
run: sudo apt-get update -y && sudo apt-get install libgtk-4-dev gobject-introspection gir1.2-gtk-4.0 libgirepository1.0-dev
- name: Install crystal dependencies
run: shards install
Expand Down

0 comments on commit 4bfe2d2

Please sign in to comment.