Skip to content

Commit 732548d

Browse files
authored
Upgrade packages before phpipam-action (#10)
Upgrading docker and docker-compose before running phpipam-action. Try to fix #9 with this step.
1 parent 1f07231 commit 732548d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
check:
1616
runs-on: ubuntu-latest
1717
steps:
18+
- name: Upgrade docker stuff
19+
run: sudo apt-get install --upgrade docker-compose
1820
- uses: actions/checkout@v2
1921
- name: run phpipam-action
2022
uses: ./ # use action in the root directory
@@ -35,6 +37,8 @@ jobs:
3537
matrix:
3638
phpipam: ['v1.4x','v1.5x']
3739
steps:
40+
- name: Upgrade docker stuff
41+
run: sudo apt-get install --upgrade docker-compose
3842
- uses: actions/checkout@v2
3943
- name: Run phpipam-action
4044
uses: ./ # use action in the root directory

0 commit comments

Comments
 (0)