Skip to content

Commit

Permalink
Updated windows & linux desktop build action
Browse files Browse the repository at this point in the history
  • Loading branch information
albbus-stack committed May 24, 2024
1 parent db3898e commit 8858964
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
- name: Install Dioxus CLI
run: cargo install dioxus-cli

- name: Create .cargo/config.toml file
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

- name: Create .env file
env:
API_URL: ${{ secrets.API_URL }}
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ jobs:
- name: Install Dioxus CLI
run: cargo install dioxus-cli

- name: Create .cargo/config.toml file
run: |
mkdir .cargo
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"
- name: Create .env file
env:
API_URL: ${{ secrets.API_URL }}
Expand Down

0 comments on commit 8858964

Please sign in to comment.