Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup #34

Merged
merged 47 commits into from
Jan 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
f115ccf
Cleanup
Jan 23, 2024
2735b22
Remove husky
Jan 23, 2024
869eab8
on pull request
Jan 23, 2024
75b0f9a
Removed un-needed files
Jan 23, 2024
4a32c5d
Removed un-needed files
Jan 23, 2024
ac6338e
Address review
Jan 23, 2024
788e17e
Improve linux build script
Jan 23, 2024
f335e56
Improve
Jan 23, 2024
a3950da
fix
Jan 23, 2024
ff48430
remove librs
Jan 23, 2024
8d14dac
fix
Jan 23, 2024
42cf930
fix
Jan 23, 2024
70b4f5d
fix
Jan 23, 2024
79a8774
use ubuntu 20.04
Jan 23, 2024
28b97e7
Add eslint
Jan 23, 2024
b0357e0
fix
Jan 23, 2024
ae89e4a
fix
Jan 23, 2024
bfe4861
wip
Jan 23, 2024
9708c53
trigger pipeline
Jan 23, 2024
9811915
wip
Jan 23, 2024
78908e9
wip
Jan 23, 2024
cfe660b
wip
Jan 23, 2024
14cf64b
wip
Jan 23, 2024
5faf101
wip
Jan 23, 2024
8f42ffe
Remove returns
Raduc4 Jan 23, 2024
644aa85
Remove cargo.lock
Raduc4 Jan 24, 2024
c10ecd2
fix
Raduc4 Jan 24, 2024
4a5576e
Migrate to v2
Jan 24, 2024
77ddd1e
try bun
Jan 24, 2024
dfbefad
Add pkg config debugging
Jan 24, 2024
51bd869
Add pkg config debugging
Jan 24, 2024
4f781d7
Add pkg config debugging
Jan 24, 2024
611abe2
Add pkg config debugging
Jan 24, 2024
3da8fd2
Add pkg config debugging
Jan 24, 2024
cf2db10
Add pkg config debugging
Jan 24, 2024
a978df6
Add pkg config debugging
Jan 24, 2024
a34ae8b
try remove homebrew
Jan 24, 2024
5f16a94
try remove homebrew
Jan 24, 2024
37f7c39
try remove homebrew
Jan 24, 2024
1471872
wip
Jan 24, 2024
a11f9d1
Simplify
Jan 24, 2024
d53a030
Change bun install action
Jan 24, 2024
b5983c6
yarn
Raduc4 Jan 24, 2024
f2f43df
remove bun
Jan 24, 2024
ce422fe
Remove select
Raduc4 Jan 24, 2024
b0be4b8
Added that config
Raduc4 Jan 24, 2024
f4bd8b4
Back to yarn defaults
Raduc4 Jan 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add pkg config debugging
  • Loading branch information
Thomas Braun committed Jan 24, 2024
commit 4f781d7191fa081c081498bb60b071e61ea9c293
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- name: PKG config
run: |
sudo apt-get install --reinstall pkg-config
sudo apt install --reinstall libgtk-3-dev
sudo /usr/share/pkg-config-dpkghook update
pkg-config --cflags gtk+-3.0
- run: cargo test
Expand Down
Loading