summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLukasz Woznicki <75632179+makr11st@users.noreply.github.com>2022-01-21 08:07:08 +0000
committerGitHub <noreply@github.com>2022-01-21 08:07:08 +0000
commite730b6eda4569794ea497ed84be5f186fe9913f4 (patch)
treea2d984a8f4c8d61c964226ee7458ab4663cb6f77 /.github
parentb299803084113f40a5dcc42f01e561cd831d2fd6 (diff)
Force cache in integration wf (#779)
Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration-test-workflow.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/integration-test-workflow.yml b/.github/workflows/integration-test-workflow.yml
index ece16afb..2558a3ac 100644
--- a/.github/workflows/integration-test-workflow.yml
+++ b/.github/workflows/integration-test-workflow.yml
@@ -77,6 +77,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
+ - name: enable toolchain via github action
+ uses: actions-rs/toolchain@v1
+ with:
+ toolchain: 1.58
+ override: true
+
- name: Enable cache
# https://github.com/marketplace/actions/rust-cache
uses: Swatinem/rust-cache@v1