Skip to content

Commit

Permalink
updating github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Mar 16, 2024
1 parent 6c80b48 commit ef9e676
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2

- if: runner.os == 'Windows'
name: testing variables
run: |
echo "EDGE_USE_CORECLR=1" >> $GITHUB_ENV
echo "${{ env.EDGE_USE_CORECLR }}"
echo "EDGE_USE_CORECLR=" | Out-File -FilePath $env:GITHUB_ENV -Append
SET EDGE_USE_CORECLR=1
echo "${{ env.EDGE_USE_CORECLR }}"
- name: Setup NodeJS
Expand Down

0 comments on commit ef9e676

Please sign in to comment.