Skip to content

Commit 68b47f5

Browse files
authored
Update packages before installing them (#4388)
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
1 parent 83f9c38 commit 68b47f5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/gh-actions.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-18.04
1515
steps:
1616
- uses: actions/checkout@v1
17+
- name: Updating packages
18+
run: sudo apt-get update
1719
- name: Initializtaion
1820
run: sudo apt-get install doxygen vera++ cppcheck pylint pylint python-serial -q
1921
- name: Signed-off
@@ -46,6 +48,8 @@ jobs:
4648
BUILD_OPTIONS: --buildoptions=--compile-flag=-m32,--cpointer-32bit=on -q
4749
steps:
4850
- uses: actions/checkout@v1
51+
- name: Updating packages
52+
run: sudo apt-get update
4953
- name: Initializtaion
5054
run: sudo apt-get install gcc-multilib
5155
- name: Correctness - jerry-tests
@@ -64,6 +68,8 @@ jobs:
6468
runs-on: ubuntu-18.04
6569
steps:
6670
- uses: actions/checkout@v1
71+
- name: Updating packages
72+
run: sudo apt-get update
6773
- name: Initializtaion
6874
run: sudo apt-get install gcc-multilib
6975
- name: Buildoption tests
@@ -127,6 +133,8 @@ jobs:
127133
BUILD_OPTIONS: --buildoptions=--stack-limit=0,--compile-flag=-fsanitize=address,--compile-flag=-m32,--compile-flag=-fno-omit-frame-pointer,--compile-flag=-fno-common,--compile-flag=-O2,--debug,--system-allocator=on,--linker-flag=-fuse-ld=gold
128134
steps:
129135
- uses: actions/checkout@v1
136+
- name: Updating packages
137+
run: sudo apt-get update
130138
- name: Initializtaion
131139
run: sudo apt-get install gcc-multilib
132140
- name: ASAN - jerry-tests
@@ -140,6 +148,8 @@ jobs:
140148
BUILD_OPTIONS: --buildoptions=--compile-flag=-fsanitize=undefined,--compile-flag=-m32,--compile-flag=-fno-omit-frame-pointer,--compile-flag=-fno-common,--debug,--system-allocator=on,--linker-flag=-fuse-ld=gold
141149
steps:
142150
- uses: actions/checkout@v1
151+
- name: Updating packages
152+
run: sudo apt-get update
143153
- name: Initializtaion
144154
run: sudo apt-get install gcc-multilib
145155
- name: UBSAN - jerry-tests

0 commit comments

Comments
 (0)