Skip to content

Commit

Permalink
Next
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel committed Jul 29, 2021
1 parent ba03aac commit cf2b61c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-arm.yml
Expand Up @@ -74,7 +74,7 @@ jobs:
arch: ${{ env.ARCH_ARM }}
distro: buster
env: |
GITHUB_ENV: $GITHUB_ENV
GITHUB_ENV: ${{ GITHUB_ENV }}
run: |
echo "Running!"
printenv
Expand All @@ -83,7 +83,7 @@ jobs:
# --volume "${PWD}:/checkout"

- name: Test var
run: echo "${{ env.FOOBAR }}"
run: echo "$FOOBAR"

# install: |
# echo "Installing stuff into the container!"
Expand Down

0 comments on commit cf2b61c

Please sign in to comment.