Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 10ee9fd527 | |||
| d88e492950 | |||
| 6bbdb78633 |
@@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is building THE AppImage 🚀 # a lot of exciteme
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
|
||||
@@ -85,6 +85,8 @@ AppDir:
|
||||
# Path to the site-packages dir or other modules dirs
|
||||
# See https://docs.python.org/3/using/cmdline.html#envvar-PYTHONPATH
|
||||
PYTHONPATH: '${APPDIR}/usr/lib/python3.9/site-packages:${APPDIR}/usr'
|
||||
# Force the AppImage to ignore local packages
|
||||
PYTHONNOUSERSITE: 1
|
||||
|
||||
test:
|
||||
fedora:
|
||||
|
||||
Reference in New Issue
Block a user