diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1ef8e8e..835a29a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: - name: Checkout the source code uses: actions/checkout@v2 - name: Build - uses: docker://rust:1.52.1@sha256:cd2db3094093d4ede875f77b233b518bd748327111fe54a20ceb1a2930647c6a + uses: docker://rust:1.52.1@sha256:5f3bbf6200c057c4934deac814224e0038baa018c76aa54dfb84dd734315dad4 with: args: /bin/sh -c "cargo test && cargo build --release" - name: Create a Release