mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Only run ubuntu in OS matrix. Speeds verifying debian package creation
This commit is contained in:
parent
7ce9c3ecce
commit
47bac4f61e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
publish:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-latest, windows-latest]
|
||||
os: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -67,7 +67,7 @@ jobs:
|
|||
run: |
|
||||
# Install Debian Packager
|
||||
sudo apt install ruby
|
||||
get install fpm --user-install
|
||||
gem install fpm --user-install
|
||||
|
||||
# Copy app files into expected output directory structure
|
||||
mkdir -p package/opt package/usr/share/applications package/usr/share/icons/hicolor/128x128/apps
|
||||
|
|
Loading…
Reference in a new issue