mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 05:45:19 +01:00
travis: install linker
This commit is contained in:
parent
5e83dc295e
commit
7d0c07cd39
3 changed files with 31 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
set -ex
|
||||
set -euxo pipefail
|
||||
|
||||
main() {
|
||||
case $TARGET in
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
set -ex
|
||||
set -euxo pipefail
|
||||
|
||||
main() {
|
||||
if [ $TARGET = x86_64-unknown-linux-gnu ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue