Skip to content

Commit

Permalink
Attempt checkout directly to SOURCES
Browse files Browse the repository at this point in the history
  • Loading branch information
mrauhala committed Apr 29, 2024
1 parent 410bc61 commit 084a21f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up RPM environment
run: |
sudo apt-get update
sudo apt-get install -y rpm
mkdir -p ~/rpmbuild/SOURCES
cp -a * ~/rpmbuild/SOURCES/
- name: Checkout code
uses: actions/checkout@v2
with:
path: ~/rpmbuild/SOURCES

- name: Build RPM package
run: |
Expand Down

0 comments on commit 084a21f

Please sign in to comment.