mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Replace disabled GitHub Actions commands
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user