TZDB/CLDR Bump #32
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |