Skip to content

Commit 8858964

Browse files
committed
Updated windows & linux desktop build action
1 parent db3898e commit 8858964

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/linux.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
- name: Install Dioxus CLI
4444
run: cargo install dioxus-cli
4545

46-
- name: Create .cargo/config.toml file
47-
run: mkdir .cargo && printf "[profile.release]\nopt-level = \"z\"\ndebug = false\nlto = true\ncodegen-units = 1\npanic = \"abort\"\nstrip = true\nincremental = false\n" > .cargo/config.toml
48-
4946
- name: Create .env file
5047
env:
5148
API_URL: ${{ secrets.API_URL }}

.github/workflows/windows.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ jobs:
4040
- name: Install Dioxus CLI
4141
run: cargo install dioxus-cli
4242

43-
- name: Create .cargo/config.toml file
44-
run: |
45-
mkdir .cargo
46-
powershell -Command "Set-Content -Path .cargo/config.toml -Value \"`[profile.release`nopt-level='z'`ndebug=false`nlto=true`ncodegen-units=1`npanic='abort'`nstrip=true`nincremental=false\" -Encoding ascii"
47-
4843
- name: Create .env file
4944
env:
5045
API_URL: ${{ secrets.API_URL }}

0 commit comments

Comments
 (0)