Skip to content

Commit

Permalink
Update L1-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuhammedrafi authored Sep 13, 2024
1 parent 1fd787d commit d7fadaa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/L1-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,8 @@ jobs:
- name: Generate external headers
# Empty headers to mute errors
run: >
touch install/usr/lib/libIARMBus.so
mkdir -p install/usr/include/rdk/iarmbus
touch install/usr/include/rdk/iarmbus/libIARM.h
touch install/usr/lib/libIARMBus.so && mkdir -p install/usr/include/rdk/iarmbus && touch install/usr/include/rdk/iarmbus/libIARM.h
&&
cd "${{github.workspace}}/networkmanager/Tests/"
&&
mkdir -p
Expand Down

0 comments on commit d7fadaa

Please sign in to comment.