<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>nrfutil commands installed in docker image not availalbe when running in Github Actions</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/111924/nrfutil-commands-installed-in-docker-image-not-availalbe-when-running-in-github-actions</link><description>I download urfutil and install the nrf5sdk-tools in the Dockerfile 
 When running the image locally all is well, the installed commands are found. 
 
 
 But when it is running on Github Actions the installed commands are not found. 
 
 
 Dockerfile: https</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 11 Jun 2024 09:21:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/111924/nrfutil-commands-installed-in-docker-image-not-availalbe-when-running-in-github-actions" /><item><title>RE: nrfutil commands installed in docker image not availalbe when running in Github Actions</title><link>https://devzone.nordicsemi.com/thread/488267?ContentTypeID=1</link><pubDate>Tue, 11 Jun 2024 09:21:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63450ac5-faf3-4bd5-aafe-fab495320122</guid><dc:creator>Voxar</dc:creator><description>&lt;p&gt;Thank you very much,&amp;nbsp;&lt;span&gt;NRFUTIL_HOME is exactly&amp;nbsp;what I was looking for! &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I guess the only thing missing is for NRFUTIL_HOME to be added to&amp;nbsp;the documentation and guides :)&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil commands installed in docker image not availalbe when running in Github Actions</title><link>https://devzone.nordicsemi.com/thread/488148?ContentTypeID=1</link><pubDate>Mon, 10 Jun 2024 13:10:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:537c6a9b-ba73-4dc0-88d8-e9d6aef46efc</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am glad you&amp;#39;ve figured it out. I&amp;#39;ll forward your suggestion to the relevant team.&lt;/p&gt;
&lt;p&gt;Let us know if there is anything else.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;
&lt;p&gt;Edit: One suggestion from the team here is&amp;nbsp;to&amp;nbsp;&lt;span&gt;&lt;span dir="ltr"&gt;set the environment variable NRFUTIL_HOME to something, and nrfutil should put everything there instead.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil commands installed in docker image not availalbe when running in Github Actions</title><link>https://devzone.nordicsemi.com/thread/487960?ContentTypeID=1</link><pubDate>Fri, 07 Jun 2024 17:11:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:69ed167a-f3b3-4a63-bccd-6ac95369a3ed</guid><dc:creator>Voxar</dc:creator><description>&lt;p&gt;I found that the issue is&amp;nbsp;that nrfutil&amp;nbsp;puts everything&amp;nbsp;in $HOME, which is redefined&amp;nbsp;by GitHub Actions.&lt;/p&gt;
&lt;p&gt;Can we have nrfutil searching additional&amp;nbsp;paths, for example /opt/nrfutils?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s a workaround step for your github workflow:&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;pre class="ui-code" data-mode="text"&gt;- name: Workaround nrfutil using HOME for installation directory
  run: ln -s /root/.nrfutil $HOME/.nrfutil&lt;/pre&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>