We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b01ac commit c3a319bCopy full SHA for c3a319b
1 file changed
.github/workflows/update-generated-docs.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Update generated docs
38
if: steps.versions.outputs.should_update == 'true'
39
env:
40
- LATEST_VERSION=${{ steps.versions.outputs.latest_version }}
+ LATEST_VERSION: ${{ steps.versions.outputs.latest_version }}
41
run: |
42
sudo apt-get update
43
sudo apt-get install -y libdbus-1-dev libglib2.0-dev pkg-config
0 commit comments