Update to 13.1 (release package)

This commit is contained in:
dP
2023-04-11 00:36:08 +04:00
parent 9743ba7d99
commit afd62e21e2
8 changed files with 127 additions and 208 deletions

View File

@@ -168,6 +168,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
env:
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
run: |
brew install \
pkg-config \
# EOF
- name: Prepare cache key
id: key
run: |

View File

@@ -26,7 +26,10 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
run: |
brew install pandoc
brew install \
pandoc \
pkg-config \
# EOF
- name: Prepare cache key
id: key