Skip to content

Commit ae16b46

Browse files
committed
fix: build break
1 parent 417ccc9 commit ae16b46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tauri-build-dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
uses: actions/github-script@v7
2929
with:
3030
script: |
31+
const os = require("os")
32+
const fs = require("fs")
3133
function setOutput(key, value) {
3234
// Temporary hack until core actions library catches up with github new recommendations
3335
const output = process.env['GITHUB_OUTPUT']

0 commit comments

Comments
 (0)