pentamassiv / gtk4-layer-shell-gir

Unsafe bindings and a safe wrapper for gtk4-layer-shell, automatically generated from a .gir file
MIT License
21 stars 1 forks source link

CI: Remove workaround of setting the environment variables #1

Open pentamassiv opened 1 year ago

pentamassiv commented 1 year ago

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