Skip to content

Commit

Permalink
try with LF
Browse files Browse the repository at this point in the history
  • Loading branch information
miniben-90 committed Aug 6, 2024
1 parent 3ecf9e4 commit 4779b40
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,16 @@ jobs:
with:
image: ${{ matrix.settings.image }}
options: --user 0:0 -v ${{ github.workspace }}/.github/docker-ubuntu-rust-install.sh:/usr/local/docker-ubuntu-rust-install.sh -v ${{ github.workspace }}/x-win-rs:/work -w /work
run: echo "hello world!"
run: |
Xvfb :0 &
sleep 1
gpg-agent --daemon
sleep 1
xfce4-session &
sleep 1
sh /usr/local/docker-ubuntu-rust-install.sh ${{ matrix.settings.target }}
cd /work
cargo test --target ${{ matrix.settings.target }}
- name: Build
run: cargo build --release --target ${{ matrix.settings.target }}
Expand Down

0 comments on commit 4779b40

Please sign in to comment.