Skip to content

Commit

Permalink
updating CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Dec 5, 2024
1 parent cd9adff commit 16c179c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Get latestElectron version for v${{ inputs.build-version }}
id: electron-test-version
shell: bash
run: |
node tools/getVersion.js ${{ inputs.build-version }}
echo "test-version=$(cat electron.txt)" >> $GITHUB_OUTPUT
# - name: Resolve Electron version from major
# id: electron-test-version
# shell: bash
Expand All @@ -73,6 +66,14 @@ jobs:
with:
electron: '${{ inputs.build-version }}.0.0'
os: ${{ matrix.os }}

- name: Get latestElectron version for v${{ inputs.build-version }}
id: electron-test-version
shell: bash
run: |
node tools/getVersion.js ${{ inputs.build-version }}
echo "test-version=$(cat electron.txt)" >> $GITHUB_OUTPUT
- name: install node-gyp
run: npm i -g node-gyp
Expand Down

0 comments on commit 16c179c

Please sign in to comment.