<?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 and Github actions</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/110864/nrfutil-and-github-actions</link><description>nrfutil is generally making command-line activities with NCS easier so I tried updating our Github actions scripts to take advantage 
 The following script downloads the tool, installs the required toolchain and launches a shell with the required alterations</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 06 May 2024 22:00:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/110864/nrfutil-and-github-actions" /><item><title>RE: nrfutil and Github actions</title><link>https://devzone.nordicsemi.com/thread/482137?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 22:00:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2a2378f-7e0c-422a-85c0-4630cc8d0030</guid><dc:creator>crzyrndm</dc:creator><description>&lt;p&gt;Perfect thanks&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/Crzyrndm/nrfutil-toolchain-launch/actions/runs/8976330117/job/24652965136"&gt;github.com/.../24652965136&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil and Github actions</title><link>https://devzone.nordicsemi.com/thread/481988?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 11:16:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84e90edc-8ad9-428a-817f-9f30387248f8</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t have experience with Github actions, but I suspect there may be some limitations when it comes to opening new shell. Instead of using the launch command, please try setting the env. variables in your current&amp;nbsp;terminal by doing something like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;$ nrfutil toolchain-manager env --as-script &amp;gt; export_env.sh
$ source export_env.sh&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Or&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;$ source &amp;lt;(nrfutil toolchain-manager env --as-script)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>