Skip to content
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

Update GH Actions #621

Merged
merged 1 commit into from
Jun 11, 2024
Merged
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
git config --global core.autocrlf false

- name: Install Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5

- name: Upgrade pip
run: python -m pip install --upgrade pip
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
run: choco install fossil

- name: Download source
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Build
run: make -f ${{ runner.os == 'Windows' && 'Makefile.win' || 'Makefile' }}
Expand All @@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Download source
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build manpages
uses: Analog-inc/[email protected]
with:
Expand Down
Loading