Skip to content

Commit

Permalink
fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored Oct 30, 2023
1 parent d0d6656 commit bc9259d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/parallelworks_autotools_intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ on: push
jobs:
intel-autotools:
runs-on: self-hosted
strategy:
#strategy:
#matrix:
# io-flag: ["--disable-deprecated-io", "--enable-deprecated-io"]
env:
CC: mpiicc
FC: mpiifort
TEST_VERBOSE: 1
env:
CC: mpiicc
FC: mpiifort
TEST_VERBOSE: 1
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit bc9259d

Please sign in to comment.