Skip to content

Commit

Permalink
Don't run the get cef script for windows, it doesn't work on github.
Browse files Browse the repository at this point in the history
  • Loading branch information
bamidev committed Mar 11, 2024
1 parent 5b1615c commit f0a04a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
with:
toolchain: stable
- uses: actions/checkout@v3
- name: Set up CEF
shell: pwsh
run: .\get-cef.ps1
#- name: Set up CEF
# shell: pwsh
# run: .\get-cef.ps1
- uses: actions-rs/cargo@v1
with:
command: build
Expand Down

0 comments on commit f0a04a9

Please sign in to comment.