Merge pull request 'fixed tooling in ci' (#3) from release/0.1.0 into main
All checks were successful
Release / Build and Release (push) Successful in 37s
All checks were successful
Release / Build and Release (push) Successful in 37s
Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
||||
cache: false
|
||||
|
||||
- name: Install packaging tools
|
||||
run: sudo apt-get update && sudo apt-get install -y dpkg-dev
|
||||
run: apt-get update && apt-get install -y dpkg-dev
|
||||
|
||||
- name: Get Version
|
||||
id: get_version
|
||||
|
||||
Reference in New Issue
Block a user