aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-04-30 22:56:53 -0500
committerLibravatar GitHub <noreply@github.com>2022-05-01 03:56:53 +0000
commit766ed654ba785cfe11e6ee8714fcb1199e073977 (patch)
tree7e18d54ee9498c80d2bf2863ac1a56898ee47793 /.github
parentFix issue where 'macos-notification-state' was being loaded in non-macos (diff)
downloadferdium-app-766ed654ba785cfe11e6ee8714fcb1199e073977.tar.gz
ferdium-app-766ed654ba785cfe11e6ee8714fcb1199e073977.tar.zst
ferdium-app-766ed654ba785cfe11e6ee8714fcb1199e073977.zip
Remove native compilation ('python', 'node-gyp') since we no longer have such dependencies (#73)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/builds.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index 8bde362a8..74ac7c1b9 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -52,10 +52,6 @@ jobs:
52 if: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && contains(github.event.inputs.message, '[nightly branch]')) }} 52 if: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && contains(github.event.inputs.message, '[nightly branch]')) }}
53 with: 53 with:
54 node-version-file: ".nvmrc" 54 node-version-file: ".nvmrc"
55 - name: Use python specified in 'CONTRIBUTING.md'
56 uses: actions/setup-python@v3
57 with:
58 python-version: '3.10.4'
59 - id: should_run 55 - id: should_run
60 name: Check whether there are any commits since this run was last triggered and push them and/or set the output 56 name: Check whether there are any commits since this run was last triggered and push them and/or set the output
61 if: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && contains(github.event.inputs.message, '[nightly branch]')) }} 57 if: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && contains(github.event.inputs.message, '[nightly branch]')) }}
@@ -152,10 +148,6 @@ jobs:
152 uses: actions/setup-node@v3 148 uses: actions/setup-node@v3
153 with: 149 with:
154 node-version-file: ".nvmrc" 150 node-version-file: ".nvmrc"
155 - name: Use python specified in 'CONTRIBUTING.md'
156 uses: actions/setup-python@v3
157 with:
158 python-version: '3.10.4'
159 - name: Install npm 151 - name: Install npm
160 run: npm i -gf "npm@$(node -p 'require("./package.json").engines.npm')" && npm -v 152 run: npm i -gf "npm@$(node -p 'require("./package.json").engines.npm')" && npm -v
161 - name: Install pnpm 153 - name: Install pnpm
@@ -243,10 +235,6 @@ jobs:
243 uses: actions/setup-node@v3 235 uses: actions/setup-node@v3
244 with: 236 with:
245 node-version-file: ".nvmrc" 237 node-version-file: ".nvmrc"
246 - name: Use python specified in 'CONTRIBUTING.md'
247 uses: actions/setup-python@v3
248 with:
249 python-version: '3.10.4'
250 - name: Install npm 238 - name: Install npm
251 run: npm i -gf "npm@$(node -p 'require("./package.json").engines.npm')" && npm -v 239 run: npm i -gf "npm@$(node -p 'require("./package.json").engines.npm')" && npm -v
252 - name: Install pnpm 240 - name: Install pnpm
@@ -357,10 +345,6 @@ jobs:
357 uses: actions/setup-node@v3 345 uses: actions/setup-node@v3
358 with: 346 with:
359 node-version-file: ".nvmrc" 347 node-version-file: ".nvmrc"
360 - name: Use python specified in 'CONTRIBUTING.md'
361 uses: actions/setup-python@v3
362 with:
363 python-version: '3.10.4'
364 - name: Install npm 348 - name: Install npm
365 run: npm i -gf "npm@$(node -p 'require(\"./package.json\").engines.npm')" && npm -v 349 run: npm i -gf "npm@$(node -p 'require(\"./package.json\").engines.npm')" && npm -v
366 - name: Install pnpm 350 - name: Install pnpm