File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [target .aarch64-unknown-linux-gnu ]
2+ linker = " aarch64-linux-gnu-gcc"
Original file line number Diff line number Diff line change 4545 uses : Swatinem/rust-cache@v2
4646 with :
4747 key : ${{ matrix.target }}
48+ - name : Install Dependencies
49+ if : ${{ matrix.target == 'aarch64-unknown-linux-gnu' }}
50+ run : sudo apt install -y gcc-aarch64-linux-gnu
4851 - run : cargo build --release --target ${{ matrix.target }}
4952 - name : Compress and rename
5053 if : ${{ matrix.os != 'windows-latest' }}
5356 if : ${{ matrix.os == 'windows-latest' }}
5457 run : mv target/${{ matrix.target }}/release/mdbook-typst-math${{ matrix.suffix }} mdbook-typst-math-${{ matrix.target }}${{ matrix.suffix }}
5558 - name : Upload Artifact
56- uses : actions/upload-artifact@v2
59+ uses : actions/upload-artifact@v4
5760 with :
5861 name : mdbook-typst-math-${{ matrix.target }}
5962 path : mdbook-typst-math-${{ matrix.target }}${{ matrix.suffix }}
7881
7982 steps :
8083 - uses : actions/checkout@v4
81- - uses : actions/download-artifact@v3
84+ - uses : actions/download-artifact@v4
8285 with :
8386 path : artifacts
8487 - name : List Artifacts
You can’t perform that action at this time.
0 commit comments