Skip to content

Commit

Permalink
fix(ci-rs.yml): try to fix problem with command line
Browse files Browse the repository at this point in the history
  • Loading branch information
miniben-90 committed Aug 6, 2024
1 parent fd1a266 commit b6c1326
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/docker-ubuntu-rust-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ sudo tar xjf /tmp/firefox.tar.bz2 -C /opt/
/opt/firefox/firefox --safe-mode https://github.com/ &

sleep 1

cd /work

cargo test --target $target
2 changes: 0 additions & 2 deletions .github/workflows/ci-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ jobs:
xfce4-session &
sleep 1
sh /usr/local/docker-ubuntu-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 b6c1326

Please sign in to comment.