File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 3131 # See: https://github.com/actions/cache/blob/main/tips-and-workarounds.md#update-a-cache
3232 restore-keys : native-${{ matrix.mode }}-ccache
3333 - name : Run main
34+ env :
35+ MODE : ${{ matrix.mode }}
3436 run : |
3537 echo "::group::Installing packages"
3638 sudo apt-get install -y --no-install-recommends git wget curl ca-certificates \
Original file line number Diff line number Diff line change 5555 # See: https://github.com/actions/cache/blob/main/tips-and-workarounds.md#update-a-cache
5656 restore-keys : native-${{ matrix.mode }}-ccache
5757 - name : Run main
58+ env :
59+ MODE : ${{ matrix.mode }}
5860 run : |
5961 echo "::group::Installing packages"
6062 sudo apt-get install -y --no-install-recommends git wget curl ca-certificates \
Original file line number Diff line number Diff line change 3131 # See: https://github.com/actions/cache/blob/main/tips-and-workarounds.md#update-a-cache
3232 restore-keys : native-${{ matrix.mode }}-ccache
3333 - name : Run main
34+ env :
35+ MODE : ${{ matrix.mode }}
3436 run : |
3537 echo "::group::Installing packages"
3638 sudo apt-get install -y --no-install-recommends git wget curl ca-certificates \
You can’t perform that action at this time.
0 commit comments