Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
schrieveslaach committed Jun 30, 2022
1 parent aeda80f commit 78c866e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test-parser:
before_script:
- curl -LO https://github.com/cross-rs/cross/files/9018559/cross-x86_64-unknown-linux-gnu.zip
- unzip cross-x86_64-unknown-linux-gnu.zip -d /tmp
- tar xz /tmp/cross-x86_64-unknown-linux-gnu.tar.gz -C /usr/local/bin/
- tar xzf /tmp/cross-x86_64-unknown-linux-gnu.tar.gz -C /usr/local/bin/
- apt -qq update
- apt install -y apt-transport-https ca-certificates curl gnupg2 software-properties-common > /dev/null
- curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
Expand Down

0 comments on commit 78c866e

Please sign in to comment.