diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 511a429..e798925 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -59,6 +59,7 @@ jobs: rustup default nightly rustup target add x86_64-unknown-linux-gnu rustup target add x86_64-pc-windows-msvc + echo "Hello world!" shell: bash - name: Install sccache and maturin