Use book of the most recently published agb (#663)

This commit is contained in:
Corwin 2024-04-30 18:03:19 +01:00 committed by GitHub
commit 543ce32339
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,10 @@ jobs:
- name: Install build tools
run: sudo apt-get update && sudo apt-get install build-essential libelf-dev zip -y
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Checkout latest released version's book
run: git restore --source $(git describe --tags --abbrev=0) book
- name: Cache
uses: actions/cache@v4
with: