File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,7 +105,9 @@ jobs:
105105 - name : Checkout code
106106 uses : actions/checkout@v4
107107 - name : Install cargo-c
108- run : cargo install cargo-c
108+ uses : taiki-e/install-action@v2
109+ with :
110+ tool : cargo-c
109111 - name : One Step
110112 run : |
111113
Original file line number Diff line number Diff line change 7171 uses : actions/checkout@v4
7272 - name : Install cargo-c
7373 if : contains(inputs.libraries, 'dovi')
74- run : cargo install cargo-c
74+ uses : taiki-e/install-action@v2
75+ with :
76+ tool : cargo-c
7577 - name : One Step
7678 run : |
7779
Original file line number Diff line number Diff line change @@ -109,7 +109,9 @@ jobs:
109109 uses : actions/checkout@v4
110110 - name : Install cargo-c
111111 if : inputs.lib == 'dovi'
112- run : cargo install cargo-c
112+ uses : taiki-e/install-action@v2
113+ with :
114+ tool : cargo-c
113115 - name : Install dependencies
114116 run : .github/workflows/install-dependencies.sh ${{ inputs.lib }} ${{ inputs.platform }}
115117 - name : One Step
Original file line number Diff line number Diff line change 1717 - name : Checkout code
1818 uses : actions/checkout@v4
1919 - name : Install cargo-c
20- run : cargo install cargo-c
20+ uses : taiki-e/install-action@v2
21+ with :
22+ tool : cargo-c
2123 - name : One Step
2224 run : .github/workflows/onestep.sh test all
You can’t perform that action at this time.
0 commit comments