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

CI: Remove workaround of setting the environment variables #1

Open
pentamassiv opened this issue Apr 12, 2023 · 0 comments
Open

CI: Remove workaround of setting the environment variables #1

pentamassiv opened this issue Apr 12, 2023 · 0 comments

Comments

@pentamassiv
Copy link
Owner

Because gtk4-layer-shell is built and installed from source, the lib is in a different path. Two environment variables need to be set to make the builds work. Remove this from the CI once gtk4-layer-shell is installed as a package

This is the code to be removed:

      - name: Export environment variables
        run: |
          export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
          export LD_LIBRARY_PATH=/usr/local/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant