Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ling0322 committed Aug 19, 2024
1 parent a996dcf commit 074401e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@ jobs:
- name: Install Go
uses: actions/[email protected]
with:
go-version: '>=1.17.0'
go-version: '1.22.5'
- run: go version
- uses: actions/checkout@v3
- name: Build ffmpeg
run: |
cd third_party
choco install wget --no-progress
bash install_ffmpeg.sh
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Build
Expand Down

0 comments on commit 074401e

Please sign in to comment.