Skip to content

Merge branch 'master' of https://github.com/ColinTr/LiveDesktopTransl… #2

Merge branch 'master' of https://github.com/ColinTr/LiveDesktopTransl…

Merge branch 'master' of https://github.com/ColinTr/LiveDesktopTransl… #2

Workflow file for this run

name: CI
on:
push:
branches:
- master
jobs:
build_on_mac:
runs-on: macOS-latest
steps:
- uses: actions/checkout@master
with:
ref: electron
- uses: actions/setup-node@master
with:
node-version: 20.18.0
- name: see directory
run: ls
build_on_win:
runs-on: windows-2016
steps:
- uses: actions/checkout@master
with:
ref: feature/github-actions
- uses: actions/setup-node@master
with:
node-version: 20.18.0
- name: see directory
run: ls