Skip to content

Update GitHub Actions CI script #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 29 commits into from
Jun 22, 2024
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
7940e0d
feat: allow custom ip for cemuhook server
git-developer Apr 25, 2024
1c3d55e
Merge branch 'feature/remote-ip' into python3-maintenance
git-developer Apr 25, 2024
08935d1
feat(ci): trigger build on release and manual action
git-developer Apr 25, 2024
6ba15c6
feat(ci): trigger build on release and manual action
git-developer Apr 25, 2024
8c6de3d
feat(ci): update actions
git-developer Apr 25, 2024
9091c1f
Merge branch 'feature/ci'
git-developer Apr 25, 2024
380577c
fix: revert upload-artifact action
git-developer Apr 25, 2024
a2f001c
Merge branch 'feature/ci'
git-developer Apr 25, 2024
5a66824
feat(ci): update actions
git-developer Apr 25, 2024
a8883d2
Merge branch 'feature/ci'
git-developer Apr 25, 2024
df27939
feat(ci): update actions
git-developer Apr 25, 2024
306c566
Merge branch 'feature/ci'
git-developer Apr 25, 2024
9a3cc79
feat(ci): update actions
git-developer Apr 25, 2024
cbef5ef
Merge branch 'feature/ci'
git-developer Apr 25, 2024
e3d59db
feat(ci): update actions
git-developer Apr 25, 2024
66f4b49
Merge branch 'feature/ci'
git-developer Apr 25, 2024
51da581
feat(ci): update actions
git-developer Apr 25, 2024
cefc107
Merge branch 'feature/ci'
git-developer Apr 25, 2024
e322914
feat(ci): update actions
git-developer Apr 25, 2024
7832809
Merge branch 'feature/ci'
git-developer Apr 25, 2024
660a285
Merge branch 'feature/ci'
git-developer Apr 25, 2024
5cbc24f
feat(ci): update actions
git-developer Apr 25, 2024
24e981e
feat: allow custom ip for cemuhook server
git-developer Apr 26, 2024
4d0b387
Merge branch 'feature/remote-ip'
git-developer Apr 26, 2024
e90cac8
chore(ci): remove support for outdated ubuntu lunar
git-developer Jun 22, 2024
fa0060f
feat(ci): update actions
git-developer Jun 22, 2024
ed3a51d
Merge remote-tracking branch 'c0rn3j/python3'
git-developer Jun 22, 2024
bda8b1d
Merge branch 'main' into feature/ci
git-developer Jun 22, 2024
1fa9e66
feat(ci): update actions
git-developer Jun 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/scc-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
# Install dependencies
Expand Down