mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
trying this
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
||||
sudo apt install -y libdbus-1-dev libssl-dev gnome-keyring libxcb1-dev
|
||||
gnome-keyring-daemon --components=secrets --daemonize --unlock <<< 'foobar'
|
||||
|
||||
# Build the project with conditional openssl/vendored
|
||||
# Build the project
|
||||
- id: build
|
||||
name: Build the project
|
||||
shell: bash
|
||||
@@ -44,13 +44,8 @@ jobs:
|
||||
export CROSS_NO_WARNINGS=0
|
||||
export TARGET=${{ matrix.arch }}-${{ matrix.target-suffix }}
|
||||
rustup target add "${TARGET}"
|
||||
|
||||
if [ "${{ matrix.os }}" == "ubuntu-latest" ]; then
|
||||
# Enable vendored OpenSSL for Linux
|
||||
cross build --release --target ${TARGET} --no-default-features --features openssl/vendored
|
||||
else
|
||||
cross build --release --target ${TARGET}
|
||||
fi
|
||||
|
||||
cross build --release --target ${TARGET}
|
||||
|
||||
export TARGET_PATH=target/${TARGET}/release/goose-${TARGET}
|
||||
mv target/${TARGET}/release/goose ${TARGET_PATH}
|
||||
|
||||
Reference in New Issue
Block a user