From cb2df62f163e8d497f65ff1b340786090c5dcacd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Mon, 13 Jan 2020 22:53:18 -0700 Subject: Put Cargo in PATH and test it --- .github/workflows/CI.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b63f9fe..350e1b1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -49,7 +49,11 @@ jobs: - name: Install Rust macOS if: contains( matrix.os, 'macos') - run: curl https://sh.rustup.rs -sSf | sh -s -- -y + run: | + curl https://sh.rustup.rs -sSf | sh -s -- -y + export PATH="$HOME/.cargo/bin:$PATH" + which cargo + cargo - name: Install GFortran macOS if: contains( matrix.os, 'macos') -- cgit v1.2.3