File tree 1 file changed +8
-19
lines changed 1 file changed +8
-19
lines changed Original file line number Diff line number Diff line change @@ -45,28 +45,17 @@ jobs:
45
45
workspace : avail-light
46
46
rust_target : i686-pc-windows-msvc
47
47
output_name : avail-light-windows-i686
48
- extra_setup : " "
48
+ extra_setup : |
49
+ rustup target add i686-pc-windows-msvc
49
50
50
51
steps :
51
- # - uses: actions/checkout@v4
52
- # - name: Install cargo and setup on Linux
53
- # if: runner.os == 'Linux'
54
- # shell: bash
55
- # run: |
56
- # sudo apt-get update && sudo apt-get install -y librust-openssl-dev build-essential protobuf-compiler musl-tools clang libc6-dev libc6-dev-arm64-cross libssl-dev pkg-config
57
- # curl https://sh.rustup.rs -sSf | sh -s -- -y
58
- # source "$HOME/.cargo/env"
59
-
60
52
- uses : actions/checkout@v4
61
- - uses : taiki-e/upload-rust-binary-action@v1
62
- with :
63
- bin : ${{ matrix.workspace }}
64
- target : ${{ matrix.rust_target }}
65
- token : ${{ secrets.GITHUB_TOKEN }}
66
- tar : unix
67
- zip : windows
68
- ref : ${{ github.ref }}
69
-
53
+ - name : Install cargo and setup
54
+ shell : bash
55
+ run : |
56
+ sudo apt-get update && sudo apt-get install -y librust-openssl-dev build-essential protobuf-compiler musl-tools clang libc6-dev libc6-dev-arm64-cross libssl-dev pkg-config
57
+ curl https://sh.rustup.rs -sSf | sh -s -- -y
58
+ source "$HOME/.cargo/env"
70
59
71
60
- name : Build ${{ matrix.output_name }}
72
61
shell : bash
You can’t perform that action at this time.
0 commit comments