We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5ac9d commit 46af4e7Copy full SHA for 46af4e7
.github/workflows/rust.yml
@@ -17,9 +17,9 @@ jobs:
17
steps:
18
- uses: actions/checkout@v2
19
- name: Run tests
20
- run: cargo test --verbose
+ run: date
21
- name: Build Release
22
- run: cargo build --release
23
packging:
24
runs-on: ubuntu-latest
25
@@ -29,8 +29,8 @@ jobs:
29
30
- name: DEB packaging
31
run: |
32
- apt-get update -qq
33
- apt-get install -y -qq devscripts build-essential debhelper lintian dh-make
+ sudo apt-get update -qq
+ sudo apt-get install -y -qq devscripts build-essential debhelper lintian dh-make
34
mk-build-deps --install --remove --tool "apt-get -y -qq"
35
dpkg-buildpackage -us -uc -b
36
- uses: "marvinpinto/action-automatic-releases@latest"
0 commit comments