Skip to content

TZDB/CLDR Bump

TZDB/CLDR Bump #32

Workflow file for this run

name: TZDB/CLDR Bump
on:
push:
branches: [ "master" ]
schedule:
- cron: '0 9 1 1-12 *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Free-Pascal
run: |
sudo sed -i 's/azure\.//' /etc/apt/sources.list
sudo apt-get update
sudo apt-get install -y fpc
- name: Configure git
run: |
git config --global user.name 'Alexandru Ciobanu [bot]'
git config --global user.email 'alex+git[bot]@ciobanu.org'
- name: Update the Library
run: mkdir ./bin && ./update-compile.sh ci