We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa4bcb commit eebfb48Copy full SHA for eebfb48
1 file changed
.github/workflows/gh-pages.yml
@@ -124,11 +124,11 @@ jobs:
124
run: npm install
125
- name: Build
126
run: npm run build
127
- - name: Build the application
128
- run: |
129
- cd src-tauri
130
- cargo build --release
131
- cd ..
+ # - name: Build the application
+ # run: |
+ # cd src-tauri
+ # cargo build --release
+ # cd ..
132
- name: Install Tauri dependencies
133
run: |
134
# Install dependencies for building Tauri apps
0 commit comments