Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdada committed Nov 5, 2024
1 parent 722b176 commit ec1b046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
sudo apt-get install -y nodejs libudev-dev libx11-dev libxi-dev libpango1.0-dev libatk1.0-dev libsoup2.4-dev libgtk-3-dev libwebkit2gtk-4.0-dev
- name: Build frontend
run: |
make setup && make frontend
export NODE_OPTIONS=--openssl-legacy-provider && make setup && make frontend
- name: Formatter
uses: mbrobbel/rustfmt-check@master
with:
Expand Down

0 comments on commit ec1b046

Please sign in to comment.