We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9358c2 commit 6ef64edCopy full SHA for 6ef64ed
1 file changed
.github/workflows/generate_api_reference.yml
@@ -17,6 +17,7 @@ jobs:
17
id: date
18
run: echo "::set-output name=date::$(date +'%d-%m-%Y %H:%M')"
19
- name: Update libraries
20
+ shell: bash
21
run: |
22
apt update
23
apt install -y doxygen wget git unzip cmake
0 commit comments