File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
run : sudo apt install --assume-yes ${{ matrix.packages }}
32
32
- name : Configure cargo linker to use
33
33
if : matrix.linker != ''
34
- run : mkdir .cargo && echo -ne '[target.${{ matrix.target }}]\nlinker = "${{ matrix.linker }}"' > .cargo/config
34
+ run : mkdir .cargo && echo -ne '[target.${{ matrix.target }}]\nlinker = "${{ matrix.linker }}"' > .cargo/config.toml
35
35
- name : Adds rust target
36
36
run : rustup target add ${{ matrix.target }}
37
37
- name : Build
50
50
- name : Checkout
51
51
uses : actions/checkout@v4
52
52
- name : Install required packages
53
- run : apk add musl-dev libressl-dev libressl3.8-libcrypto libressl3.8-libssl
53
+ run : apk add perl alpine-sdk musl-dev
54
54
- name : Adds rust target
55
55
run : rustup target add ${{ matrix.target }}
56
56
- name : Build
You can’t perform that action at this time.
0 commit comments