Skip to content

Commit

Permalink
tryfix2
Browse files Browse the repository at this point in the history
  • Loading branch information
hellno committed Aug 13, 2023
1 parent 50cc78a commit ecb5bb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
- name: Install Node.js dependencies
run: yarn install

- name: Download Rust dependencies
run: cargo fetch --manifest-path=src-tauri/Cargo.toml
# - name: Download Rust dependencies
# run: cargo fetch --manifest-path=src-tauri/Cargo.toml

- name: Build application
run: yarn build
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="src/app.tsx"></script>
<script type="module" src="/src/app.tsx"></script>
</body>

</html>

0 comments on commit ecb5bb0

Please sign in to comment.