Skip to content

Commit

Permalink
ci: remove no_vtf
Browse files Browse the repository at this point in the history
  • Loading branch information
khanghugo committed Aug 26, 2024
1 parent f9432b3 commit 320cfec
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,20 +67,6 @@ jobs:
cp target/${{ matrix.target }}/${{ matrix.configuration }}/${{ matrix.filename }} gchimp/${{ matrix.filename }}
cp -r dist gchimp/
mv gchimp/dist/config.toml gchimp/config.toml
- name: Download no_vtf Linux
if: matrix.os == 'ubuntu-latest'
run: |
wget https://b5327157.srht.site/no_vtf/release/no_vtf-linux_x64.tar.xz
tar -xf no_vtf-linux_x64.tar.xz
cp -r no_vtf gchimp/dist/
- name: Download no_vtf Windows
if: matrix.os == 'windows-2019'
run: |
curl -O https://b5327157.srht.site/no_vtf/release/no_vtf-windows_x64.zip
7z x no_vtf-windows_x64.zip
cp -r no_vtf gchimp/dist/
- uses: actions/[email protected]
if: matrix.rust == 'stable'
Expand Down

0 comments on commit 320cfec

Please sign in to comment.