From da7b701e60e4186ee5cb36880fd1f928935954cc Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Sat, 30 Nov 2019 11:41:03 +0000 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aaf2ff6..c216e84 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,9 +39,7 @@ jobs: profile: minimal toolchain: ${{ matrix.rust }} override: true - - uses: mstksg/get-package@v1 - with: - apt-get: postfix + - run: sudo apt-get install postfix - run: smtp-sink 2525 1000& - uses: actions-rs/cargo@v1 with: @@ -74,7 +72,6 @@ jobs: matrix: rust: - stable - - beta steps: - uses: actions/checkout@v1 - uses: actions-rs/toolchain@v1