Skip to content

Commit 46af4e7

Browse files
author
nuno
committed
fix ci
1 parent fb5ac9d commit 46af4e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Run tests
20-
run: cargo test --verbose
20+
run: date
2121
- name: Build Release
22-
run: cargo build --release
22+
run: date
2323
packging:
2424
runs-on: ubuntu-latest
2525

@@ -29,8 +29,8 @@ jobs:
2929
- uses: actions/checkout@v2
3030
- name: DEB packaging
3131
run: |
32-
apt-get update -qq
33-
apt-get install -y -qq devscripts build-essential debhelper lintian dh-make
32+
sudo apt-get update -qq
33+
sudo apt-get install -y -qq devscripts build-essential debhelper lintian dh-make
3434
mk-build-deps --install --remove --tool "apt-get -y -qq"
3535
dpkg-buildpackage -us -uc -b
3636
- uses: "marvinpinto/action-automatic-releases@latest"

0 commit comments

Comments
 (0)