Skip to content

Commit

Permalink
fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
rigazilla committed Feb 8, 2024
1 parent e8d0dc5 commit ec6f550
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tags:
- 9.3.**
jobs:
run-ci-tests-stream-8:
run-rel-tests-stream-8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -22,7 +22,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
allowUpdates: true
prerelease: ${{ !endsWith( env.GITHUB_REF_NAME, 'Final') }}
run-ci-tests-stream-9:
run-rel-tests-stream-9:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -38,7 +38,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
allowUpdates: true
prerelease: ${{ !endsWith( env.GITHUB_REF_NAME, 'Final') }}
run-ci-tests-win:
run-rel-tests-win:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -69,6 +69,7 @@ jobs:
with:
python-version: "3.x" # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: "x64" # optional x64 or x86. Defaults to x64 if not specified
- uses: ssciwr/doxygen-install@v1
- shell: cmd
run: |
echo '::echo::on'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
shell: cmd
run: |
cd ${{ github.workspace }}
git clone -b v3.8.0 https://github.com/protocolbuffers/protobuf.git
git clone -b v3.8.0 https://github.com/protocolbuffers/protobuf.git
mkdir libs
cd protobuf
mkdir build && cd build
Expand Down

0 comments on commit ec6f550

Please sign in to comment.