use most recent book

This commit is contained in:
Corwin 2024-04-30 17:41:34 +01:00
parent 3d0de3535e
commit 4144f05cb7
No known key found for this signature in database

View file

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