Skip to content

Commit

Permalink
debug matrix os
Browse files Browse the repository at this point in the history
  • Loading branch information
mpwsh committed Oct 3, 2023
1 parent 4889de6 commit 2c12a25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
run: echo ::set-output "name=VERSION::$(IFS=\=;cat Cargo.toml | grep version | head -n1 | awk {'print $3'})"
shell: bash

- name: Debug matrix.os
run: echo "OS is ${{ matrix.os }}"

- name: Install dependencies
if: ${{ matrix.os }} == ubuntu-latest
run: |
Expand Down

0 comments on commit 2c12a25

Please sign in to comment.