Skip to content

Commit

Permalink
updating workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Jan 22, 2025
1 parent 2853a4e commit e761aa5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,15 @@ jobs:

name: electron-versions
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: npm install
shell: bash
run: npm i
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1

- name: Electron versions
shell: bash
id: electron-versions
Expand Down

0 comments on commit e761aa5

Please sign in to comment.