Replace disabled GitHub Actions commands

This commit is contained in:
Oliver Hamlet
2020-11-21 16:45:58 +00:00
parent 906e234c92
commit 35e81c1eeb
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -58,7 +58,7 @@ jobs:
- name: Install cbindgen
run: |
cargo install cbindgen --version ${{ env.CBINDGEN_VERSION }}
echo "::add-path::~/.cargo/bin"
echo "~/.cargo/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
if: steps.cache-cbindgen.outputs.cache-hit != 'true'
- name: Get descriptive libloot version
@@ -89,7 +89,7 @@ jobs:
- name: Install packages for building docs
run: |
nuget install doxygen -Version 1.8.14
echo "::add-path::${{ github.workspace }}\Doxygen.1.8.14\tools"
echo "${{ github.workspace }}\Doxygen.1.8.14\tools" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
python -m pip install -r docs/requirements.txt
- name: Build docs
+2 -2
View File
@@ -74,7 +74,7 @@ jobs:
- name: Install cbindgen
run: |
cargo install cbindgen --version ${{ env.CBINDGEN_VERSION }}
echo "::add-path::~/.cargo/bin"
echo "~/.cargo/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
if: steps.cache-cbindgen.outputs.cache-hit != 'true'
- name: Get descriptive libloot version
@@ -97,7 +97,7 @@ jobs:
- name: Install packages for building docs
run: |
nuget install doxygen -Version 1.8.14
echo "::add-path::${{ github.workspace }}\Doxygen.1.8.14\tools"
echo "${{ github.workspace }}\Doxygen.1.8.14\tools" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
python -m pip install -r docs/requirements.txt
- name: Build docs