From a6635d62c714c2c887bdeb77eef8278f4264b8fe Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Wed, 10 Nov 2021 12:09:46 -0600 Subject: [PATCH] maint/CICD ~ (GHA) use 'feat_os_unix' consistently for ubuntu jobs --- .github/workflows/CICD.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 25e1fcf26..c1fb7cc58 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -90,7 +90,7 @@ jobs: fail-fast: false matrix: job: - - { os: ubuntu-latest } + - { os: ubuntu-latest , features: feat_os_unix } - { os: macos-latest , features: feat_os_macos } - { os: windows-latest , features: feat_os_windows } steps: @@ -149,7 +149,7 @@ jobs: strategy: matrix: job: - - { os: ubuntu-latest } + - { os: ubuntu-latest , features: feat_os_unix } steps: - uses: actions/checkout@v2 - name: Initialize workflow variables @@ -282,7 +282,7 @@ jobs: fail-fast: false matrix: job: - - { os: ubuntu-latest } + - { os: ubuntu-latest , features: feat_os_unix } steps: - uses: actions/checkout@v2 - name: Install `rust` toolchain